Skip to content

Commit 27020a6

Browse files
committed
Update atomicfu, disable ir transformation
1 parent 4f2329e commit 27020a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ kotlin_version=1.7.0
1010
# Dependencies
1111
junit_version=4.12
1212
junit5_version=5.7.0
13-
atomicfu_version=0.17.3
13+
atomicfu_version=0.18.0
1414
knit_version=0.4.0
1515
html_version=0.7.2
1616
lincheck_version=2.14
@@ -58,4 +58,4 @@ org.gradle.jvmargs=-Xmx3g
5858

5959
kotlin.mpp.enableCompatibilityMetadataVariant=true
6060
kotlin.mpp.stability.nowarn=true
61-
kotlinx.atomicfu.enableIrTransformation=true
61+
kotlinx.atomicfu.enableIrTransformation=false

0 commit comments

Comments
 (0)