Hey there, I've got a kotlin library that I'd like...
# announcements
j
Hey there, I've got a kotlin library that I'd like to use from a java project. Is there a way I can prevent needing to import kotlin-bom and apply the kotlin plugin to the java project's gradle file?
m
If the library is a jar I don't see why you couldn't include like any other java library
j
hmm maybe it’s not a jar, I thought the gradle plugin
java-library
took care of this for me 🤔
m
Gradle should take care of it. If the library needs to compile, the library should contain the build information and gradle will handle it