Logic related to command-line options moved to android-compiler-plugin

This commit is contained in:
Andrey Breslav
2014-09-23 18:23:39 +04:00
committed by Yan Zhulanow
parent febfdde89e
commit 1e70369cf8
11 changed files with 152 additions and 32 deletions
@@ -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() {