File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 5
5
# Kotlin
6
6
version =1.6.4-SNAPSHOT
7
7
group =org.jetbrains.kotlinx
8
- kotlin_version =1.7.10
8
+ kotlin_version =1.7.20-Beta-54
9
9
10
10
# Dependencies
11
11
junit_version =4.12
12
12
junit5_version =5.7.0
13
- atomicfu_version =0.18.2
13
+ atomicfu_version =0.18.3
14
14
knit_version =0.4.0
15
15
html_version =0.7.2
16
16
lincheck_version =2.14.1
17
- dokka_version =1.6.21
17
+ dokka_version =1.7.0
18
18
byte_buddy_version =1.10.9
19
19
reactor_version =3.4.1
20
20
reactive_streams_version =1.0.3
@@ -60,4 +60,5 @@ systemProp.kotlin.daemon.jvm.options=-XX:+HeapDumpOnOutOfMemoryError
60
60
61
61
kotlin.mpp.enableCompatibilityMetadataVariant =true
62
62
kotlin.mpp.stability.nowarn =true
63
- kotlinx.atomicfu.enableIrTransformation =true
63
+ kotlinx.atomicfu.enableJsIrTransformation =true
64
+ kotlinx.atomicfu.enableJvmIrTransformation =true
You can’t perform that action at this time.
0 commit comments