Turn on generating not-null assertions by default

When compiling from IDE
This commit is contained in:
Alexander Udalov
2013-02-04 17:12:57 +04:00
parent 62bdd75c43
commit c9339c2871
@@ -90,6 +90,7 @@ public class KotlinCompilerRunner {
"-module", scriptFile.getAbsolutePath(),
"-output", outputDir.getPath(),
"-tags", "-verbose", "-version",
"-notNullAssertions", "-notNullParamAssertions",
"-noStdlib", "-noJdkAnnotations", "-noJdk"};
}