We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e55a74 + 67c1205 commit 07f15a2Copy full SHA for 07f15a2
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")
0 commit comments