[IDE] Propagate KotlinFacetSettings version and completely drop isReleaseCoroutines flag

Also this commit removes number of tests related to support
  experimental coroutines
This commit is contained in:
Dmitriy Novozhilov
2020-12-29 13:47:21 +03:00
committed by TeamCityServer
parent e991c9d476
commit af94bcebea
26 changed files with 104 additions and 189 deletions
@@ -72,11 +72,6 @@ class MavenUpdateConfigurationQuickFixTest : MavenImportingTestCase() {
doTest("Set module language version to 1.1")
}
@Test
fun testEnableCoroutines() {
doTest("Enable coroutine support in the current module")
}
@Test
fun testEnableInlineClasses() {
doTest("Enable inline classes support in the current module")