Fabio Berta
08/08/2023, 7:09 AMorg.jetbrains.kotlin.jvm
and java-library
applied. Looking at https://kotlinlang.org/docs/gradle-compiler-options.html#target-the-jvm,
kotlin {
compilerOptions {
}
}
should be a valid thing. However, compilerOptions is not available. Am I misunderstanding the docs or doing something wrong?tapchicoma
08/08/2023, 7:52 AM1.9.0
Fabio Berta
08/08/2023, 8:05 AM