melatonina
01/30/2021, 2:38 AMjvm_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
javafx_version=15
hoping that it will spare me some bugs.