Releases: Kotlin/kotlinx-atomicfu
Releases · Kotlin/kotlinx-atomicfu
0.14.4
0.14.3
0.14.2
0.14.1
0.14.0
- Updated to Kotlin 1.3.60.
- Support locks and freezable atomics on Kotlin/Native.
0.13.2
- Added release notes.
- Added the original classesDirs to the friend paths of test compilations.
0.13.1
- Better diagnostics when LockFreedomTestEnvironment fails to shutdown.
- Fixed looking for local variables scope labels.
0.13.0
- Gradle version 5.6.1 with Gradle metadata format version 1.0 (stable) for native modules.
- Optimized volatile-only fields in JVM.
- Supported unchecked cast erasure (including array elements).
- Fixed inline functions on array elements.
- Fixed shutdown sequence of LockFreedomTestEnvironment.