We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15eae8 commit b5c25baCopy full SHA for b5c25ba
gradle.properties
@@ -4,7 +4,7 @@ group = org.jetbrains.kotlinx
4
kotlin_version = 1.2.41
5
kotlin_native_version = 0.7-dev-1436
6
junit_version = 4.12
7
-atomicFU_version = 0.10.0
+atomicFU_version = 0.10.1
8
html_version = 0.6.8
9
lincheck_version=1.9
10
dokka_version = 0.9.16-rdev-2-mpp-hacks
js/kotlinx-coroutines-core-js/npm/package.json
@@ -20,6 +20,9 @@
20
"JavaScript",
21
"JetBrains"
22
],
23
+ "dependencies": {
24
+ "kotlinx-atomicfu": "$atomicFU_version"
25
+ },
26
"peerDependencies": {
27
$kotlinDependency
28
}
0 commit comments