[CLI] Drop CommonCompilerArguments.coroutinesState

This commit is contained in:
Dmitriy Novozhilov
2020-12-02 13:22:40 +03:00
committed by TeamCityServer
parent df3b12e13b
commit e991c9d476
19 changed files with 13 additions and 181 deletions
@@ -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)
}