Logic related to command-line options moved to android-compiler-plugin
This commit is contained in:
committed by
Yan Zhulanow
parent
febfdde89e
commit
1e70369cf8
-8
@@ -66,14 +66,6 @@ public class K2JVMCompilerArguments extends CommonCompilerArguments {
|
||||
@Argument(value = "Xno-optimize", description = "Disable optimizations")
|
||||
public boolean noOptimize;
|
||||
|
||||
@Argument(value = "androidRes", description = "Android resources path")
|
||||
@ValueDescription("<path>")
|
||||
public String androidRes;
|
||||
|
||||
@Argument(value = "androidManifest", description = "Android manifest file")
|
||||
@ValueDescription("<path>")
|
||||
public String androidManifest;
|
||||
|
||||
@Override
|
||||
@NotNull
|
||||
public String executableScriptFileName() {
|
||||
|
||||
Reference in New Issue
Block a user