[CLI] Drop CommonCompilerArguments.coroutinesState
This commit is contained in:
committed by
TeamCityServer
parent
df3b12e13b
commit
e991c9d476
+1
-1
@@ -409,7 +409,7 @@ private fun configureLanguageAndApiVersion(
|
||||
compilerArguments.apiVersion = null
|
||||
}
|
||||
|
||||
facet.configureFacet(languageVersion, LanguageFeature.State.DISABLED, null, modelsProvider)
|
||||
facet.configureFacet(languageVersion, null, modelsProvider)
|
||||
if (apiVersion != null) {
|
||||
facet.configuration.settings.apiLevel = LanguageVersion.fromVersionString(apiVersion)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user