What problem are you trying to solve?
I have a Spring Boot Kotlin App where i want to migrate to Jackson 3. When Running the open-rewrite with maven, i get for every class parsing errors. "Unexpected FirClassLikeSymbol null for class org.jetbrains.kotlin.fir.symbols.impl.ConeClassLikeLookupTagImpl"
Describe the solution you'd like
Ouf of the box support for Kotlin, as it has good support in spring where jackson is the default.
What problem are you trying to solve?
I have a Spring Boot Kotlin App where i want to migrate to Jackson 3. When Running the open-rewrite with maven, i get for every class parsing errors. "Unexpected FirClassLikeSymbol null for class org.jetbrains.kotlin.fir.symbols.impl.ConeClassLikeLookupTagImpl"
Describe the solution you'd like
Ouf of the box support for Kotlin, as it has good support in spring where jackson is the default.