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() {
|
||||
|
||||
@@ -51,10 +51,4 @@ public class JVMConfigurationKeys {
|
||||
|
||||
public static final CompilerConfigurationKey<List<String>> MODULE_IDS =
|
||||
CompilerConfigurationKey.create("module id strings");
|
||||
|
||||
public static final CompilerConfigurationKey<String> ANDROID_RES_PATH =
|
||||
CompilerConfigurationKey.create("android resources search path");
|
||||
|
||||
public static final CompilerConfigurationKey<String> ANDROID_MANIFEST =
|
||||
CompilerConfigurationKey.create("android manifest file");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user