We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767e65c commit 46b2909Copy full SHA for 46b2909
1 file changed
utbot-intellij/build.gradle.kts
@@ -70,6 +70,7 @@ tasks {
70
71
runIde {
72
jvmArgs("-Xmx2048m")
73
+ jvmArgs("--add-exports", "java.desktop/sun.awt.windows=ALL-UNNAMED")
74
androidStudioPath?.let { ideDir.set(file(it)) }
75
}
76
0 commit comments