We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa6ba2 commit 3419093Copy full SHA for 3419093
kotlinx-coroutines-core/build.gradle
@@ -109,6 +109,11 @@ kotlin {
109
}
110
111
112
+// HMPP workaround so that we can use locally-build atomicfu snapshot with a subset of targets
113
+kotlin.targets.withType(org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget)
114
+ .matching { !project.ext.hostManager.isEnabled(it.konanTarget) }
115
+ .all { compilations.all { it.compileDependencyFiles = files() } }
116
+
117
configurations {
118
configureKotlinJvmPlatform(kotlinCompilerPluginClasspath)
119
0 commit comments