Releases: Kotlin/kotlinx-atomicfu
Releases · Kotlin/kotlinx-atomicfu
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).
0.11.9-eap13
- Kotlin version
1.3.0-rc-57
- Kotlin/Native
0.9.2
0.11.9
Version 0.11.9
- Kotlin/Native version
1.3.0-rc-116
(0.9.3)
- Kotlin version
1.2.71
- Incremental JS compilation is fixed in plugin
0.11.8
Companion release for 0.11.8-eap13 with new K/N
0.11.6
- Kotlin/Native version 0.9
0.11.5
- Gradle plugin for JS: Fixed paths on Windows