mbzmak

Results 1 comments of mbzmak

> Taken from #779 a less-than-ideal workaround is to add these JVM arguments to intellij > > ``` > --add-opens=java.base/java.lang=ALL-UNNAMED > --add-opens=java.base/java.util=ALL-UNNAMED > --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED > --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED > --add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED > --add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED...