KMP-NativeCoroutines

Library to use Kotlin Coroutines from Swift code in KMP apps

MIT License

Stars
1K
Committers
3

Bot releases are hidden (Show)

KMP-NativeCoroutines - v0.12.2

Published by rickclephas over 2 years ago

Kotlin

  • Updated to Kotlin 1.6.21
KMP-NativeCoroutines - v0.12.1

Published by rickclephas over 2 years ago

Kotlin

  • Updated kotlinx.coroutines to 1.6.1
KMP-NativeCoroutines - v0.12.0

Published by rickclephas over 2 years ago

Kotlin

  • Updated to Kotlin 1.6.20
  • Dropped Kotlin 1.6.0 compatibility version
KMP-NativeCoroutines - v0.11.4

Published by rickclephas over 2 years ago

Gradle plugin

  • Fix issue with multi inheritance and missing override (#56)
KMP-NativeCoroutines - v0.11.3

Published by rickclephas over 2 years ago

Gradle Plugin

  • Fixed some issues with function generics (#40 and #41)
KMP-NativeCoroutines - v0.11.2

Published by rickclephas over 2 years ago

Gradle Plugin

  • Fixed issue where generated members inside an interface were marked as final (#36)
KMP-NativeCoroutines - v0.11.1

Published by rickclephas almost 3 years ago

Gradle Plugin

  • Fixed issue where projects with only a single SyntheticResolveExtension would fail to build (#28)
KMP-NativeCoroutines - v0.11.0

Published by rickclephas almost 3 years ago

Kotlin

  • Updated kotlinx.coroutines to 1.6.0
KMP-NativeCoroutines - v0.10.1

Published by rickclephas almost 3 years ago

Gradle plugin

  • Fixed conflict with kotlinx.serialization that caused builds to fail with a recursion error (#28)
KMP-NativeCoroutines - v0.10.0

Published by rickclephas almost 3 years ago

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)
KMP-NativeCoroutines - v0.9.0

Published by rickclephas almost 3 years ago

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
KMP-NativeCoroutines - v0.8.0

Published by rickclephas almost 3 years ago

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.
KMP-NativeCoroutines - v0.7.0

Published by rickclephas almost 3 years ago

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)
KMP-NativeCoroutines - v.0.6.0

Published by rickclephas about 3 years ago

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)
KMP-NativeCoroutines - v0.5.0

Published by rickclephas about 3 years ago

Gradle plugin

  • Added support for generic functions (#8)
  • Added NativeCoroutinesIgnore annotation

Core

  • Dropped Kotlin 1.5.10 compatibility version
KMP-NativeCoroutines - v0.4.3

Published by rickclephas about 3 years ago

Gradle plugin

  • Fixed issue with default arguments (#7)
KMP-NativeCoroutines - v0.4.2

Published by rickclephas about 3 years ago

Gradle plugin

  • Fixed recursion errors (#5)
KMP-NativeCoroutines - v0.4.1

Published by rickclephas over 3 years ago

Gradle plugin

  • Improved performance and reduced impact of recursion issue in Kotlin 1.5.10
KMP-NativeCoroutines - v0.4.0

Published by rickclephas over 3 years ago

Gradle plugin

  • Initial version of the Gradle/compiler plugin

Swift Async/Await

  • Added asyncStream(for:) wrapper function
KMP-NativeCoroutines - v0.3.0

Published by rickclephas over 3 years ago

Core

  • Published compatibility version for Kotlin 1.5.10 (version 0.3.0-kotlin-1.5.10)

RxSwift

  • Added createObservable(for:) wrapper function
  • Added createSingle(for:) wrapper function