Skip to content

Releases: Kotlin/kotlinx-atomicfu

0.20.1

24 Mar 17:03
Compare
Choose a tag to compare
  • 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

21 Feb 14:32
Compare
Choose a tag to compare
  • Update Kotlin to 1.8.10.
  • Support all official K/N targets (#275).

0.19.0

03 Jan 10:59
Compare
Choose a tag to compare
  • 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

25 Oct 12:52
Compare
Choose a tag to compare
  • Support JVM IR compiler plugin (#246).
  • Update Kotlin to 1.7.20.
  • Added more tests for atomicfu-gradle-plugin (#255).

0.18.4

07 Oct 08:42
Compare
Choose a tag to compare
  • 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

21 Jul 18:08
Compare
Choose a tag to compare
  • Fix for atomicfu-gradle-plugin application to the MPP project (for Kotlin 1.7.20).

0.18.2

30 Jun 15:28
Compare
Choose a tag to compare
  • 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

30 Jun 09:14
Compare
Choose a tag to compare
  • Fix for the compatibility issue: add atomicfu-runtime dependency directly since Kotlin 1.7.10.

0.18.0

15 Jun 18:42
Compare
Choose a tag to compare
  • 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

30 May 12:36
Compare
Choose a tag to compare
  • Adding compiler plugin dependency only for projects with KGP >= 1.6.20 (#226).
  • Compiler plugin runtime dependency fixes (#230).
  • Update README badges (#228).