Hi, I got a problem with running and debugging tornadofx application from intellij, seems like that if I am building a jar I can run it as a standalone application but from intellij it's failing to execute with the error "JavaFX runtime components are missing, and are required to run this application"
I am using the JavaFX Gradle plugin and imported with it the following modules: base, controls, graphics, fxml version 12.0.1.
Also working with the TornadoFX plugin to intellij.
Anyone has any idea what's wrong?