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 bc90033 commit 7c8b941Copy full SHA for 7c8b941
src/main/kotlin/bootstrap.bzl
@@ -170,6 +170,7 @@ def kt_bootstrap_binary(
170
"-XX:+IgnoreUnrecognizedVMOptions",
171
"--add-opens=java.base/java.nio=ALL-UNNAMED",
172
"--add-opens=java.base/java.lang=ALL-UNNAMED",
173
+ "--add-opens=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED",
174
"--add-opens=jdk.jdeps/com.sun.tools.jdeps=ALL-UNNAMED",
175
],
176
main_class = main_class,
0 commit comments