Skip to content

Commit c449e95

Browse files
committed
Fixed missing Module for Android mode
1 parent 8b7ae97 commit c449e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ compose.desktop {
4949
).map { "-D${it.first}=${it.second}" }.toTypedArray())
5050

5151
nativeDistributions{
52-
modules("jdk.jdi", "java.compiler", "jdk.accessibility")
52+
modules("jdk.jdi", "java.compiler", "jdk.accessibility", "java.management.rmi")
5353
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
5454
packageName = "Processing"
5555

0 commit comments

Comments
 (0)