Read script config if appropriate flag is specified, fix classpath handling

This commit is contained in:
Ilya Chernikov
2016-06-01 14:43:37 +02:00
parent abfda50077
commit 3e6616de42
10 changed files with 56 additions and 23 deletions
@@ -77,6 +77,9 @@ public class K2JVMCompilerArguments extends CommonCompilerArguments {
@ValueDescription("<path>")
public String declarationsOutputPath;
@Argument(value = "Xload-script-configs", description = "Load script configuration files from project directory tree")
public boolean loadScriptConfigs;
// Paths to output directories for friend modules.
public String[] friendPaths;