Sorry, I haven't been using Kotlin for a while, ca...
# tornadofx
v
Sorry, I haven't been using Kotlin for a while, can you tell me, please, what is the actual version of JFX/Java shall I use now to build TornadoFX applications?
c
The current release version of TornadoFX is 1.7.19, and it works with JavaFX 8. There is a 2.0 snapshot release of TornadoFX which has some changes to make it compatible with JavaFX 11 and higher
v
Does it work or is it an experimental/unstable?
Trying to understand changes. JFX 11 seems to be available via Gluon (what is that stuff?)
c
I've used the 2.0 version in a fairly trivial application with JavaFX 11 and it was fine. I think the feeling is that it needs further testing.
If I were starting to build something today, it would probably be be on that 2.0 snapshot and FX 11
v
Ok, I'll try to try it out 🙂
c
I think I recall hearing someone say they had used the snapshot build with JavaFX 12
v
🤔
Does Kotlin work with Java 12?
c
Not sure. JavaFX 12 requires JDK 11
v
Oops, I'm downloading Java 12
Oh, Java's above 9 are all for x64 systems. Perhaps, not today...
n
I have been using TornadoFX 1.7.19 with JavaFX 11 (via ZuluFX 11) without any issues so far...
v
So many distributions...
c
Hey @Carlton Whitehead is tornado 2.0 available on maven or any other repo? I can't find it :/
c
It's in the snapshot repository only
🙏 1