Nick Apperley
1 min readApr 28, 2018

--

Kotlin does work on Java 10. If you are using Gradle then v4.7 or greater needs to be used for Java 10 support. There doesn’t appear to be a way to generate a Java platform module from a Kotlin program, even though the Kotlin JVM standard library (written in Kotlin) IS a Java platform module itself. Wonder how JetBrains is doing it.

--

--

No responses yet