Do not fail on unknown -X flags
For better compatibility if we add experimental stuff in 1.0.X compilers
This commit is contained in:
+2
@@ -58,6 +58,8 @@ public abstract class CommonCompilerArguments {
|
||||
|
||||
public List<String> freeArgs = new SmartList<String>();
|
||||
|
||||
public List<String> unknownExtraFlags = new SmartList<String>();
|
||||
|
||||
@NotNull
|
||||
public String executableScriptFileName() {
|
||||
return "kotlinc";
|
||||
|
||||
Reference in New Issue
Block a user