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 85afa72 commit dc5d352Copy full SHA for dc5d352
gradle.properties
@@ -5,8 +5,10 @@
5
# Kotlin
6
version=1.7.2-SNAPSHOT
7
group=org.jetbrains.kotlinx
8
+#to run locally add -Pkotlin_repo_url=https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev
9
kotlin_version=1.9.21
10
11
+
12
# Dependencies
13
junit_version=4.12
14
junit5_version=5.7.0
@@ -46,4 +48,3 @@ kotlinx.atomicfu.enableJvmIrTransformation=true
46
48
# When the flag below is set to `true`, AtomicFU cannot process
47
49
# usages of `moveForward` in `ConcurrentLinkedList.kt` correctly.
50
kotlinx.atomicfu.enableJsIrTransformation=false
-kotlinx.atomicfu.enableNativeIrTransformation=true
0 commit comments