add compiler key for providing android resources path

This commit is contained in:
Mikhail Mutcianko
2014-07-17 14:23:41 +04:00
committed by Yan Zhulanow
parent afee95a37c
commit ec6f9c9fc5
6 changed files with 21 additions and 3 deletions
@@ -66,6 +66,10 @@ 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;
@Override
@NotNull
public String executableScriptFileName() {