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
Marshall
07/23/2020, 11:57 PM
If the library is a jar I don't see why you couldn't include like any other java library
j
Jim
07/24/2020, 2:29 AM
hmm maybe it’s not a jar, I thought the gradle plugin
java-library
took care of this for me 🤔
m
Marshall
07/24/2020, 12:59 PM
Gradle should take care of it. If the library needs to compile, the library should contain the build information and gradle will handle it