Hello,
I'm interested in OpenRewrite recipes for Java-to-Kotlin migration. I have visited their website and repository on GitHub, and I noticed that they have rewrite-kotlin and rewrite-kotlin modules separately, but no specific java-to-kotlin module was found.
Should I construct my own Java-to-Kotlin recipe?
Where should I start?
Would replacing if statements for null checks with safe calls in Kotlin be a good approach
and replacing the new keyword in Java with idiomatic Kotlin code be the correct approach?