Skip to content

Commit c5aeca9

Browse files
woainikktbogdanova
authored andcommitted
[For Community branch only] Use kotlin version 1.9.20-dev to simplify local build
1 parent 617f56b commit c5aeca9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Kotlin
22
version=1.8.1-Beta-SNAPSHOT
33
group=org.jetbrains.kotlinx
4+
#to run locally add -Pkotlin_repo_url=https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev
45
kotlin_version=1.9.21
56
# DO NOT rename this property without adapting kotlinx.train build chain:
67
atomicfu_version=0.23.1
78

9+
810
# Dependencies
911
junit_version=4.12
1012
junit5_version=5.7.0
@@ -49,4 +51,3 @@ kotlinx.atomicfu.enableJvmIrTransformation=true
4951
# When the flag below is set to `true`, AtomicFU cannot process
5052
# usages of `moveForward` in `ConcurrentLinkedList.kt` correctly.
5153
kotlinx.atomicfu.enableJsIrTransformation=false
52-
kotlinx.atomicfu.enableNativeIrTransformation=true

0 commit comments

Comments
 (0)