We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f62948 commit f3a8ec6Copy full SHA for f3a8ec6
app/build.gradle.kts
@@ -46,7 +46,7 @@ compose.desktop {
46
).map { "-D${it.first}=${it.second}" }.toTypedArray())
47
48
nativeDistributions{
49
- modules("jdk.jdi", "java.compiler")
+ modules("jdk.jdi", "java.compiler", "jdk.accessibility")
50
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
51
packageName = "Processing"
52
0 commit comments