Added -noStdlib/noJdk/noJdkAnnotations command line arguments where CLI is invoked.
This commit is contained in:
@@ -270,6 +270,7 @@ public class JetCompiler implements TranslatingCompiler {
|
||||
"-module", scriptFile.getAbsolutePath(),
|
||||
"-output", path(outputDir),
|
||||
"-tags", "-verbose", "-version",
|
||||
"-noStdlib", "-noJdkAnnotations", "-noJdk",
|
||||
"-mode", "idea"};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user