[FE] Drop coroutinesState from build configurations plugins
This commit is contained in:
committed by
TeamCityServer
parent
7f4a925b85
commit
df3b12e13b
-4
@@ -441,10 +441,6 @@ public abstract class KotlinCompileMojoBase<A extends CommonCompilerArguments> e
|
||||
arguments.setApiVersion(apiVersion);
|
||||
arguments.setMultiPlatform(multiPlatform);
|
||||
|
||||
if (experimentalCoroutines != null) {
|
||||
arguments.setCoroutinesState(experimentalCoroutines);
|
||||
}
|
||||
|
||||
configureSpecificCompilerArguments(arguments, sourceRoots);
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user