Skip to content

Commit 31b9269

Browse files
authored
Update atomicfu 0.17.2 (#3255)
* Update kotlinx.atomicfu to 0.17.2 * Turn on atomicfu IR transformation for Kotlin/JS
1 parent c1cd02c commit 31b9269

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
@@ -10,7 +10,7 @@ kotlin_version=1.6.20
1010
# Dependencies
1111
junit_version=4.12
1212
junit5_version=5.7.0
13-
atomicfu_version=0.17.0
13+
atomicfu_version=0.17.2
1414
knit_version=0.3.0
1515
html_version=0.7.2
1616
lincheck_version=2.14
@@ -58,3 +58,4 @@ org.gradle.jvmargs=-Xmx3g
5858

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

0 commit comments

Comments
 (0)