CLI: Support "-X" advanced options, simplify some boolean options
This commit is contained in:
@@ -142,8 +142,6 @@ public class KotlinCompilerRunner {
|
||||
setupCommonSettings(settings);
|
||||
|
||||
settings.module = moduleFile.getAbsolutePath();
|
||||
settings.notNullAssertions = true;
|
||||
settings.notNullParamAssertions = true;
|
||||
settings.noStdlib = true;
|
||||
settings.noJdkAnnotations = true;
|
||||
settings.noJdk = true;
|
||||
|
||||
Reference in New Issue
Block a user