Minor, pass coroutines state explicitly in maven plugin
This commit is contained in:
+1
-4
@@ -452,12 +452,9 @@ public abstract class KotlinCompileMojoBase<A extends CommonCompilerArguments> e
|
||||
arguments.suppressWarnings = nowarn;
|
||||
arguments.languageVersion = languageVersion;
|
||||
arguments.apiVersion = apiVersion;
|
||||
arguments.coroutinesState = experimentalCoroutines;
|
||||
arguments.multiPlatform = multiPlatform;
|
||||
|
||||
if (experimentalCoroutines != null) {
|
||||
compiler.parseArguments(new String[] { "-Xcoroutines=" + experimentalCoroutines }, arguments);
|
||||
}
|
||||
|
||||
configureSpecificCompilerArguments(arguments);
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user