Is anybody running tornadofx directly from gradle?...
# tornadofx
d
Is anybody running tornadofx directly from gradle? i run into module problems somehow
d
I am. With Java 8.
d
finally got it working.. that took me quite some time 😞 in addition the javafxplugin i needed to pass jvm-arguments to open the module i guess..
Copy code
applicationDefaultJvmArgs = listOf(
 "--add-opens=javafx.graphics/javafx.scene=ALL-UNNAMED"
)
this was needed for me in the application block