Removed obsolete -mode CLI parameter.
This commit is contained in:
@@ -74,9 +74,6 @@ public class K2JVMCompilerArguments extends CompilerArguments {
|
||||
@Argument(value = "jdkAnnotations", description = "Path to the kotlin-jdk-annotations.jar")
|
||||
public String jdkAnnotations;
|
||||
|
||||
@Argument(value = "mode", description = "Special compiler modes: stubs or jdkHeaders")
|
||||
public String mode;
|
||||
|
||||
@Argument(value = "output", description = "output directory")
|
||||
public String outputDir;
|
||||
|
||||
@@ -163,14 +160,6 @@ public class K2JVMCompilerArguments extends CompilerArguments {
|
||||
this.stdlib = stdlib;
|
||||
}
|
||||
|
||||
public String getMode() {
|
||||
return mode;
|
||||
}
|
||||
|
||||
public void setMode(String mode) {
|
||||
this.mode = mode;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isTags() {
|
||||
return tags;
|
||||
|
||||
Reference in New Issue
Block a user