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