<@U3M5MCDL7> We have a "jdk10" branch, which now a...
# tornadofx
e
@carldea We have a "jdk10" branch, which now actually targets jdk11. We won't rename the branch though, but the plan is to make what we now call jdk10 the new master, and create a jdk8 branch to keep track of the jdk8 compatible version of TornadoFX. The jdk11 compatible version will be versioned as 2.0. I don't think there is any point of migration via j9, we have to account for the same issues with the module system anyways. We will not be using the unnamed module. Language features is not an issue at all, since we're writing all the code in Kotlin 🙂
You can safely update Kotlin versions. We follow along with each release, and the current TornadoFX snapshot is compiled against Kotlin 1.3.10. Since Kotlin went GA there hasn't been any issues with updating to a newer version than the one TornadoFX is compiled against 🙂