I'm using ```jvm_target_version=1.8``` because my ...
# tornadofx
m
I'm using
Copy code
jvm_target_version=1.8
because my project has an Android component and a JVM component (which uses JavaFX) and they share many modules. I could use a higher target version now (https://www.mobileit.cz/Blog/Pages/android-java-release-train.aspx), but it's just not much relevant when writing Kotlin on Android, so I never updated the target version. I'm using
Copy code
javafx_version=15
hoping that it will spare me some bugs.