Skip to content

Commit dc5d352

Browse files
committed
[For Community branch only] Use kotlin version 1.9.20-dev to simplify local build
1 parent 85afa72 commit dc5d352

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
# Kotlin
66
version=1.7.2-SNAPSHOT
77
group=org.jetbrains.kotlinx
8+
#to run locally add -Pkotlin_repo_url=https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev
89
kotlin_version=1.9.21
910

11+
1012
# Dependencies
1113
junit_version=4.12
1214
junit5_version=5.7.0
@@ -46,4 +48,3 @@ kotlinx.atomicfu.enableJvmIrTransformation=true
4648
# When the flag below is set to `true`, AtomicFU cannot process
4749
# usages of `moveForward` in `ConcurrentLinkedList.kt` correctly.
4850
kotlinx.atomicfu.enableJsIrTransformation=false
49-
kotlinx.atomicfu.enableNativeIrTransformation=true

0 commit comments

Comments
 (0)