add configuration key to pass android manifest file
This commit is contained in:
committed by
Yan Zhulanow
parent
c6b8cbbb01
commit
376886a9c3
+4
@@ -70,6 +70,10 @@ public class K2JVMCompilerArguments extends CommonCompilerArguments {
|
||||
@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