plugins { id 'application' id 'org.openjfx.javafxplugin' version '0.0.8' } repositories { mavenCentral() } dependencies { } javafx { version = "15" modules = [ 'javafx.controls', 'javafx.fxml', "javafx.swing" ] } mainClassName = 'utils.Runner'