CLI: drop CompilerArguments and unnecessary methods from *CompilerArguments classes
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ public class KotlinCommonCompilerSettings extends BaseKotlinCompilerSettings<Com
|
||||
@NotNull
|
||||
@Override
|
||||
protected CommonCompilerArguments createSettings() {
|
||||
return CommonCompilerArguments.DUMMY;
|
||||
return new CommonCompilerArguments.DummyImpl();
|
||||
}
|
||||
|
||||
public static KotlinCommonCompilerSettings getInstance(Project project) {
|
||||
|
||||
Reference in New Issue
Block a user