Skip to content

Releases: rickclephas/KMP-NativeCoroutines

v0.11.3

13 Feb 14:18
Compare
Choose a tag to compare
v0.11.3 Pre-release
Pre-release

Gradle Plugin

  • Fixed some issues with function generics (#40 and #41)

v0.11.2

05 Feb 20:32
Compare
Choose a tag to compare
v0.11.2 Pre-release
Pre-release

Gradle Plugin

  • Fixed issue where generated members inside an interface were marked as final (#36)

v0.11.1

22 Dec 19:28
Compare
Choose a tag to compare
v0.11.1 Pre-release
Pre-release

Gradle Plugin

  • Fixed issue where projects with only a single SyntheticResolveExtension would fail to build (#28)

v0.11.0

22 Dec 14:12
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release

Kotlin

  • Updated kotlinx.coroutines to 1.6.0

v0.10.1

20 Dec 11:59
Compare
Choose a tag to compare
v0.10.1 Pre-release
Pre-release

Gradle plugin

  • Fixed conflict with kotlinx.serialization that caused builds to fail with a recursion error (#28)

v0.10.0

17 Dec 11:29
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release

Swift Async/Await

  • KMPNativeCoroutinesAsync is now part of the regular release (#21)

Kotlin

  • Updated to Kotlin 1.6.10
  • Published compatibility version for Kotlin 1.6.0 (version 0.10.0-kotlin-1.6.0)
  • Published preview version for kotlinx.coroutines 1.6.0-RC3 (version 0.10.0-new-mm)

v0.9.0

19 Nov 21:53
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

Kotlin

  • Updated to Kotlin 1.6.0
  • Added support for the embeddable compiler jar
  • The core and annotations libraries are now also available for the mingwX64 target
  • Published compatibility version for the new Kotlin Native memory model (version 0.9.0-new-mm)
  • Dropped Kotlin 1.5.20 compatibility version

v0.8.0

05 Nov 22:09
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

Gradle plugin

  • The core and annotations libraries are now also available for js and linuxX64 targets.
    Allowing you to use the plugin in KMP projects that use these targets.

v0.7.0

31 Oct 13:08
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Swift Async/Await

  • KMPNativeCoroutinesAsync is now available via the Swift Package Manager (#11)
  • With Xcode 13.2 Beta the async implementation can now be used on iOS 13, macOS 10.15, tvOS 13 and watchOS 6 or newer

Core

  • KMPNativeCoroutinesCore is now available via the Swift Package Manager (#11)

Combine

  • KMPNativeCoroutinesCombine is now available via the Swift Package Manager (#11)

RxSwift

  • KMPNativeCoroutinesRxSwift is now available via the Swift Package Manager (#11)

v.0.6.0

05 Sep 18:31
Compare
Choose a tag to compare
v.0.6.0 Pre-release
Pre-release

Core

  • Updated to Kotlin 1.5.30
  • Published compatibility version for Kotlin 1.5.20 (version 0.6.0-kotlin-1.5.20)
  • Added support for tvOS and watchOS
  • Added support for Apple Silicon (#9)