Remove support for xml-based script configs, other minor refactorings

This commit is contained in:
Ilya Chernikov
2016-08-31 16:55:58 +02:00
parent 0f31695a0b
commit 63c5133167
11 changed files with 28 additions and 350 deletions
@@ -98,9 +98,6 @@ 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;
@Argument(value = "Xsingle-module", description = "Combine modules for source files and binary dependencies into a single module")
public boolean singleModule;