Investigating moving a large-ish multi-project mon...
# gradle
n
Investigating moving a large-ish multi-project monorepo from maven to Gradle -
gradle init
tries to convert but seems to miss the Kotlin plugin; picks up on some Java (mostly generated via Jooq) and creates only a
java-conventions
file (so never actually tries to compile any of the kotlin) - does anyone know what that tool looks for to pick up on Kotlin in the pom?
v
Nothing
Kotlin projects are not.
But such a conversion is anyway always just something to start from, you have to adapt it proplery anyway.
n
I see, thank you - that’s unfortunate