[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
@@ -34,11 +34,6 @@ public class MultiPlatformIntegrationTestGenerated extends AbstractMultiPlatform
runTest("compiler/testData/multiplatform/compatibleProperties/");
}
@TestMetadata("compilerArguments")
public void testCompilerArguments() throws Exception {
runTest("compiler/testData/multiplatform/compilerArguments/");
}
@TestMetadata("contracts")
public void testContracts() throws Exception {
runTest("compiler/testData/multiplatform/contracts/");