Releases: Kotlin/kotlinx-atomicfu
Releases · Kotlin/kotlinx-atomicfu
0.20.1
- Fixed passing
kotlinx-atomicfu-runtime
dependency to the runtime classpath (#283).
- AV/LV set to 1.4 to be compatible with Gradle 7 (#287).
- Enable cinterop commonization (#282).
0.20.0
- Update Kotlin to 1.8.10.
- Support all official K/N targets (#275).
0.19.0
- Update Kotlin to 1.8.0.
- Update LV to 1.8 (#270).
- Prepare atomicfu for including to the Kotlin Aggregate build (#265).
0.18.5
- Support JVM IR compiler plugin (#246).
- Update Kotlin to 1.7.20.
- Added more tests for atomicfu-gradle-plugin (#255).
0.18.4
- Fix KGP compatibility bug with freeCompilerArgs modification (#247).
- Update kotlinx.metadata to 0.5.0 (#245).
- Update gradle version to 6.8.3 (#244)
0.18.3
- Fix for atomicfu-gradle-plugin application to the MPP project (for Kotlin 1.7.20).
0.18.2
- In Kotlin 1.7.10 the name of
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.
0.18.1
- Fix for the compatibility issue: add
atomicfu-runtime
dependency directly since Kotlin 1.7.10.
0.18.0
- Update Kotlin to 1.7.0.
- Fix kotlin 1.7 compatibility (#222).
- Update JVM target to 1.8 (see KT-45165).
- Fix for parsing Kotlin version in AtomicfuGradlePlugin.
0.17.3
- Adding compiler plugin dependency only for projects with KGP >= 1.6.20 (#226).
- Compiler plugin runtime dependency fixes (#230).
- Update README badges (#228).