Turn on generating not-null assertions by default
When compiling from IDE
This commit is contained in:
@@ -90,6 +90,7 @@ public class KotlinCompilerRunner {
|
||||
"-module", scriptFile.getAbsolutePath(),
|
||||
"-output", outputDir.getPath(),
|
||||
"-tags", "-verbose", "-version",
|
||||
"-notNullAssertions", "-notNullParamAssertions",
|
||||
"-noStdlib", "-noJdkAnnotations", "-noJdk"};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user