Add platform parameter ot javafx plugin
This commit is contained in:
parent
79182f165c
commit
f5126e2d9e
@ -50,6 +50,7 @@ kotlin {
|
||||
javafx {
|
||||
version = libs.versions.javafx.get()
|
||||
modules("javafx.base", "javafx.graphics", "javafx.controls", "javafx.fxml", "javafx.web")
|
||||
// setPlatform("mac")
|
||||
}
|
||||
|
||||
detekt {
|
||||
|
Loading…
Reference in New Issue
Block a user