[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 -3
View File
@@ -83,7 +83,6 @@ val distLibraryProjects = listOfNotNull(
":kotlin-annotations-android",
":kotlin-annotations-jvm",
":kotlin-ant",
":kotlin-coroutines-experimental-compat",
":kotlin-daemon",
":kotlin-daemon-client",
// TODO: uncomment when new daemon will be put back into dist
@@ -121,7 +120,6 @@ val distCompilerPluginProjects = listOf(
val distSourcesProjects = listOfNotNull(
":kotlin-annotations-jvm",
":kotlin-coroutines-experimental-compat",
":kotlin-script-runtime",
":kotlin-test:kotlin-test-js".takeIf { !kotlinBuildProperties.isInJpsBuildIdeaSync },
":kotlin-test:kotlin-test-junit",
@@ -394,4 +392,4 @@ inline fun <reified T : AbstractCopyTask> Project.distTask(
rename(quote("-$version"), "")
rename(quote("-$bootstrapKotlinVersion"), "")
block()
}
}
-1
View File
@@ -124,7 +124,6 @@ val projectsToShadow by extra(listOf(
// Projects published to maven copied to the plugin as separate jars
val libraryProjects = listOf(
":kotlin-reflect",
":kotlin-coroutines-experimental-compat",
":kotlin-compiler-client-embeddable",
":kotlin-daemon-client",
":kotlin-daemon-client-new",