[TMP] Remove :kotlin-coroutines-experimental-compat module

This commit is contained in:
Dmitriy Novozhilov
2021-01-26 17:21:44 +03:00
parent 1300ec3e45
commit bc3b791cd8
35 changed files with 6 additions and 1826 deletions
+1 -2
View File
@@ -24,7 +24,6 @@ dependencies {
compileOnly(intellijPluginDep("Groovy"))
compileOnly(intellijPluginDep("junit"))
compileOnly(intellijPluginDep("testng"))
runtimeOnly(project(":kotlin-coroutines-experimental-compat"))
compileOnly(project(":kotlin-gradle-statistics"))
@@ -125,4 +124,4 @@ if (Ide.AS41.orHigher()) {
getOrCreateTask<Test>("test") {
setExcludes(listOf("**"))
}
}
}
@@ -40,8 +40,7 @@ public class KotlinWithJdkAndRuntimeLightProjectDescriptor extends KotlinJdkAndL
@NotNull
public static final KotlinWithJdkAndRuntimeLightProjectDescriptor INSTANCE = new KotlinWithJdkAndRuntimeLightProjectDescriptor(
Arrays.asList(ForTestCompileRuntime.runtimeJarForTests(),
ForTestCompileRuntime.coroutinesCompatForTests())
Arrays.asList(ForTestCompileRuntime.runtimeJarForTests())
);
public static KotlinWithJdkAndRuntimeLightProjectDescriptor getInstance(LanguageLevel level) {