Hi, is it possible to make TornadoFX work on JDK 1...
# tornadofx
c
Hi, is it possible to make TornadoFX work on JDK 10? I'm using Gradle 4.9, Oracle JDK 10.0.2, TornadoFX 1.7.17, Kotlin 1.2.61 When I run
./gradlew build
I get
e: Module javafx.controls cannot be found in the module graph
EDIT: Application runs successfully if I start it via main function from IntelliJ, so I guess it's my gradle config that is the problem. So it is probably off-topic here 😞