We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5690aeb commit bfa6ba2Copy full SHA for bfa6ba2
gradle.properties
@@ -51,4 +51,5 @@ jekyll_version=4.0
51
# TODO: Remove once KT-37187 is fixed
52
org.gradle.jvmargs=-Xmx2g
53
54
-kotlin.mpp.enableGranularSourceSetsMetadata=true
+kotlin.mpp.enableGranularSourceSetsMetadata=true
55
+kotlin.mpp.enableCompatibilityMetadataVariant=true
kotlinx-coroutines-core/build.gradle
@@ -60,7 +60,7 @@ kotlin {
60
dependencies {
61
// todo: we should not need it
62
// todo: it must be compileOnly or JVM is spoiled !!!
63
- implementation "org.jetbrains.kotlinx:atomicfu-common:$atomicfu_version"
+ implementation "org.jetbrains.kotlinx:atomicfu-native:$atomicfu_version"
64
}
65
66
0 commit comments