Skip to content

Commit

Permalink
Update atomicfu 0.17.2 (#3255)
Browse files Browse the repository at this point in the history
* Update kotlinx.atomicfu to 0.17.2
* Turn on atomicfu IR transformation for Kotlin/JS
  • Loading branch information
mvicsokolova committed Apr 18, 2022
1 parent c1cd02c commit 31b9269
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle.properties
Expand Up @@ -10,7 +10,7 @@ kotlin_version=1.6.20
# Dependencies
junit_version=4.12
junit5_version=5.7.0
atomicfu_version=0.17.0
atomicfu_version=0.17.2
knit_version=0.3.0
html_version=0.7.2
lincheck_version=2.14
Expand Down Expand Up @@ -58,3 +58,4 @@ org.gradle.jvmargs=-Xmx3g

kotlin.mpp.enableCompatibilityMetadataVariant=true
kotlin.mpp.stability.nowarn=true
kotlinx.atomicfu.enableIrTransformation=true

0 comments on commit 31b9269

Please sign in to comment.