coletz
06/28/2019, 10:13 AMkotlin{
jvm("desktop"){
compilations.main.kotlinOptions.jvmTarget = "1.8"
}
}
It is still using java 11, so javafx is not working :(
Anyone know how can I force the compiler to use java 8?ribesg
06/28/2019, 10:42 AMcoletz
06/28/2019, 10:53 AMAlexey Belkov [JB]
06/28/2019, 12:36 PMjdkHome
argument: https://kotlinlang.org/docs/reference/using-gradle.html#attributes-specific-for-jvmcoletz
06/28/2019, 7:52 PM