https://kotlinlang.org logo
c

carldea

11/16/2018, 4:21 AM
Woah, I missed a lot on this channel. I can only spend so much time in the week :-(. Since, I’m still new I have some (possibly naive) questions about the idea of migrating TornadoFX to Java11: Regarding modules: have you guys run jdeps to see what dependencies that may need to be updated? Is the latest version of Kotlin able to run on Oracle’s Java 11? Have you moved the project to Java 9 or 10 yet? From what I hear from others moving from 8 to 11 might be too big of a jump if you’ve not moved to Java 9 yet. If it already runs on Java 9 or 10, are you using the unnamed module (legacy classpath files)? If none of your code is using Java11 language features like ‘var’ you can compile source 11 target 11, 10 or 9. Hopefully that helps.🧐