We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e4d77 commit 90a9fafCopy full SHA for 90a9faf
kotlinx-coroutines-core/build.gradle
@@ -46,6 +46,14 @@ configurations {
46
configureKotlinJvmPlatform(kotlinCompilerPluginClasspath)
47
}
48
49
+// Update module name for metadata artifact to avoid conflicts
50
+// see https://github.com/Kotlin/kotlinx.coroutines/issues/1797
51
+compileKotlinMetadata {
52
+ kotlinOptions {
53
+ freeCompilerArgs += ["-module-name", "kotlinx-coroutines-core-common"]
54
+ }
55
+}
56
+
57
kotlin.sourceSets {
58
jvmTest.dependencies {
59
api "org.jetbrains.kotlinx:lincheck:$lincheck_version"
0 commit comments