wasmJs
and wasmWasi
) 🎉 (#334).atomicfu-gradle-plugin
(#345).previous-compilation-data.bin
file in META-INF (#344).kotlinx-atomicfu-runtime
dependency error (https://youtrack.jetbrains.com/issue/KT-57235), please see the corresponding PR for more comments (#290).kotlinx-atomicfu-runtime
dependency to the runtime classpath (#283).atomicfu-runtime
module was reverted back to kotlinx-atomicfu-runtime
, as the renaming was an incompatible change. Fixed atomicfu-gradle-plugin
to add kotlinx-atomicfu-runtime
dependency directly.atomicfu-runtime
dependency directly since Kotlin 1.7.10.org.jetbrains.kotlin.js
plugin (#218).size
method for atomic arrays (#149).kotlin-multiplatform
plugin.AtomicXxx
types.kotlin-multiplatform
plugin.atomicfu { variant = xxx }
configuration section in Gradle can be used to change it.internal
atomic variables that are accessed from a different package in the same module.maven { url "https://kotlin.bintray.com/kotlinx" }
atomicfu-common
module.atomicfu-js
module (boxed objects, Bintray publishing only).VarHandle
variant for Java 9.atomicfu-gradle-plugin
introduced.pauseLockFreeOp
for debugging.