Skip to content

Commit

Permalink
Update atomicfu 0.17.2 (Kotlin#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 authored and pablobaxter committed Sep 14, 2022
1 parent c16ac69 commit 7e0d5bf
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 7e0d5bf

Please sign in to comment.