Is there any chance to run JVM 10 with Kotlin 1.2?
n
napperley
06/03/2018, 10:46 PM
Kotlin 1.2 does work with JVM 10 (even via Gradle using the Groovy or Kotlin DSL, with the Kotlin plugin). Tested with Kotlin 1.2.41, Gradle 4.7 (Kotlin DSL), and Zulu JDK 10.0.0 (via SDK Man) on Linux Mint 17.3 (Main edition).
Since Maven is being used you will need to wait until JetBrains have updated the Maven plugin to support JVM 10.
Note that Kotlin doesn't support generation of Java 10 byte code.