Releases: Kotlin/kotlinx-atomicfu
Releases · Kotlin/kotlinx-atomicfu
0.12.5
- Fixed Gradle plugin compatibility with
kotlin-multiplatform
plugin.
0.12.4
- Gradle plugin automatically adds dependencies.
- Added support for inline extensions on
AtomicXxx
types.
0.12.3
- Kotlin version updated to 1.3.30
0.12.2-eap13-2
- Kotlin version 1.3.30-eap13-42
0.12.2-eap13
- Kotlin version 1.3.30-eap13-11
0.12.1
- Maintenance release, no changes in the code base
- Kotlin updated is to 1.3.20
- Gradle version is updated to 4.10
- Native module is published with Gradle metadata v0.4
0.12.0
- Kotlin version 1.3.11.
- Support top-level atomic variables.
- Support arrays of atomic variables.
- Project is built with kotlin-multiplatform plugin.
0.11.12
Companion release for Kotlin 1.3
0.11.11
- Kotlin version Kotlin version 1.3.0-rc-146 (with K/N).
- Gradle plugin supports projects that use
kotlin-multiplatform
plugin.
- Disable Gradle metadata publishing for all but native modules.
- JS transformer is more robust and retains line numbers (see #25).
0.11.10
- Fixed bug in JS transformer with captured
this
(#32).