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 8a45a1f commit 67c1205Copy full SHA for 67c1205
app/build.gradle.kts
@@ -72,6 +72,7 @@ compose.desktop {
72
entitlementsFile.set(file("macos/entitlements.plist"))
73
runtimeEntitlementsFile.set(file("macos/entitlements.plist"))
74
appStore = true
75
+ jvmArgs("-Dsun.java2d.metal=true")
76
}
77
windows{
78
iconFile = rootProject.file("build/windows/processing.ico")
@@ -542,4 +543,4 @@ afterEvaluate {
542
543
dependsOn("signResources")
544
finalizedBy("setExecutablePermissions")
545
-}
546
+}
0 commit comments