Skip to content

Commit 9b17175

Browse files
committed
Update atomicfu compiler plugin flags, turn on jvm ir compiler plugin
Update versions
1 parent 26209d3 commit 9b17175

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

gradle.properties

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
# Kotlin
66
version=1.6.4-SNAPSHOT
77
group=org.jetbrains.kotlinx
8-
kotlin_version=1.7.10
8+
kotlin_version=1.7.20-Beta-54
99

1010
# Dependencies
1111
junit_version=4.12
1212
junit5_version=5.7.0
13-
atomicfu_version=0.18.2
13+
atomicfu_version=0.18.3
1414
knit_version=0.4.0
1515
html_version=0.7.2
1616
lincheck_version=2.14.1
17-
dokka_version=1.6.21
17+
dokka_version=1.7.0
1818
byte_buddy_version=1.10.9
1919
reactor_version=3.4.1
2020
reactive_streams_version=1.0.3
@@ -60,4 +60,5 @@ systemProp.kotlin.daemon.jvm.options=-XX:+HeapDumpOnOutOfMemoryError
6060

6161
kotlin.mpp.enableCompatibilityMetadataVariant=true
6262
kotlin.mpp.stability.nowarn=true
63-
kotlinx.atomicfu.enableIrTransformation=true
63+
kotlinx.atomicfu.enableJsIrTransformation=true
64+
kotlinx.atomicfu.enableJvmIrTransformation=true

0 commit comments

Comments
 (0)