We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 617f56b commit c5aeca9Copy full SHA for c5aeca9
gradle.properties
@@ -1,10 +1,12 @@
1
# Kotlin
2
version=1.8.1-Beta-SNAPSHOT
3
group=org.jetbrains.kotlinx
4
+#to run locally add -Pkotlin_repo_url=https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev
5
kotlin_version=1.9.21
6
# DO NOT rename this property without adapting kotlinx.train build chain:
7
atomicfu_version=0.23.1
8
9
+
10
# Dependencies
11
junit_version=4.12
12
junit5_version=5.7.0
@@ -49,4 +51,3 @@ kotlinx.atomicfu.enableJvmIrTransformation=true
49
51
# When the flag below is set to `true`, AtomicFU cannot process
50
52
# usages of `moveForward` in `ConcurrentLinkedList.kt` correctly.
53
kotlinx.atomicfu.enableJsIrTransformation=false
-kotlinx.atomicfu.enableNativeIrTransformation=true
0 commit comments