Stephane M
05/01/2019, 10:14 AMError occurred during initialization of boot layer
java.lang.module.FindException: Module javafx.swing not found, required by tornadofx
So I keep on piling them into
javafx {
version = "11"
modules = [
'javafx.base',
'javafx.controls',
'javafx.fxml',
'javafx.media',
'javafx.web'
]
}
Not sure if that's really necessary?