new kompiler parameter

This commit is contained in:
Michael Bogdanov
2015-07-30 16:14:12 +03:00
parent 65308d6aaf
commit 6dcd059009
15 changed files with 56 additions and 18 deletions
@@ -55,6 +55,9 @@ public class K2JVMCompilerArguments extends CommonCompilerArguments {
@ValueDescription("<path>")
public String kotlinHome;
@Argument(value = "module-name", description = "Module name")
public String moduleName;
// Advanced options
@Argument(value = "Xno-call-assertions", description = "Don't generate not-null assertion after each invocation of method returning not-null")
@@ -74,4 +77,5 @@ public class K2JVMCompilerArguments extends CommonCompilerArguments {
public String executableScriptFileName() {
return "kotlinc-jvm";
}
}