[TMP] Remove :kotlin-coroutines-experimental-compat module
This commit is contained in:
@@ -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("**"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-2
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user