We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef4ffe commit c0d58e8Copy full SHA for c0d58e8
build.gradle.kts
@@ -37,7 +37,7 @@ dependencies {
37
// implementation("com.google.guava:guava:28.1-jre")
38
39
// JavaFX: comment out if you do not need them
40
- val javaFxVersion = "23.0.2"
+ val javaFxVersion = "24.0.1"
41
implementation("org.openjfx:javafx:$javaFxVersion")
42
for (platform in supportedPlatforms) {
43
for (module in javaFXModules) {
0 commit comments