Has anybody had problems building multiplatform projects with Java 11? For some reason Gradle fails to resolve project dependencies properly, it works fine with Java 8. For more context, here’s the issue that I’m investigating: https://github.com/square/wire/issues/1081
d
Dominaezzz
07/28/2019, 8:23 PM
iirc, native doesn't support that jdk version yet.
Dominaezzz
07/28/2019, 8:23 PM
I'm looking for some documentation to back that.
Dominaezzz
07/28/2019, 8:25 PM
To run Kotlin/Native compiler JDK 8 or Java 9 or Java 10 (JDK) for the host platform has to be installed. Produced programs are fully self-sufficient and do not need JVM or other runtime.