Also getting a lot of ``` Error occurred during in...
# tornadofx
s
Also getting a lot of
Copy code
Error 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
Copy code
javafx {
    version = "11"
    modules = [
        'javafx.base',
        'javafx.controls',
        'javafx.fxml',
        'javafx.media',
        'javafx.web'
    ]
}
Not sure if that's really necessary?