Is there a Kotlin bom? I'm building a pom from my ...
# gradle
t
Is there a Kotlin bom? I'm building a pom from my build.gradle using the maven plugin, and it's nearly working. Only thing missing are the versions for the kotlin jars. since the gradle kotlin plugin means I haven't put them in my gradle dependencies. If I can depend on a kotlin bom with scope=import, I won't have to add a dependencyMangement section to my maven task (which is already pretty massive).