KMP-NativeCoroutines

Library to use Kotlin Coroutines from Swift code in KMP apps

MIT License

Stars
1K
Committers
3

Bot releases are visible (Hide)

KMP-NativeCoroutines - v1.0.0-ALPHA-23

Published by rickclephas 10 months ago

Kotlin

  • Updated KSP to 1.0.16

IDE plugin

  • Support IDEA 2023.3
KMP-NativeCoroutines - v1.0.0-ALPHA-22-kotlin-2.0.0-Beta1

Published by rickclephas 11 months ago

Kotlin

  • Updated Kotlin to 2.0.0-Beta1
KMP-NativeCoroutines - v1.0.0-ALPHA-22

Published by rickclephas 11 months ago

Kotlin

  • Updated Kotlin to 1.9.21
  • Updated KSP to 1.0.15
KMP-NativeCoroutines - v1.0.0-ALPHA-21-kotlin-2.0.0-Beta1

Published by rickclephas 11 months ago

Kotlin

  • Updated Kotlin to 2.0.0-Beta1
KMP-NativeCoroutines - v1.0.0-ALPHA-21

Published by rickclephas 11 months ago

Kotlin

  • Added support for K2 compiler checks
  • Fixed issue where KSP plugin would throw unhelpful exceptions
KMP-NativeCoroutines - v1.0.0-ALPHA-20

Published by rickclephas 12 months ago

Kotlin

  • Updated KSP to 1.0.14
KMP-NativeCoroutines - v1.0.0-ALPHA-19

Published by rickclephas 12 months ago

Kotlin

  • Updated Kotlin to 1.9.20
KMP-NativeCoroutines - v1.0.0-ALPHA-18-kotlin-1.9.20-RC2

Published by rickclephas 12 months ago

Kotlin

  • Updated Kotlin to 1.9.20-RC2
KMP-NativeCoroutines - v1.0.0-ALPHA-18-kotlin-1.9.20-RC

Published by rickclephas about 1 year ago

Kotlin

  • Updated Kotlin to 1.9.20-RC
KMP-NativeCoroutines - v1.0.0-ALPHA-18-kotlin-1.9.20-Beta2

Published by rickclephas about 1 year ago

Kotlin

  • Updated Kotlin to 1.9.20-Beta2
KMP-NativeCoroutines - v1.0.0-ALPHA-18-kotlin-1.9.20-Beta

Published by rickclephas about 1 year ago

Kotlin

  • Updated Kotlin to 1.9.20-Beta
KMP-NativeCoroutines - v1.0.0-ALPHA-18

Published by rickclephas about 1 year ago

Kotlin

  • Updated Kotlin to 1.9.10
  • Updated KSP to 1.0.13

Note: KSP 1.0.13 has a known issue with the non-embeddable compiler JAR (https://github.com/google/ksp/issues/1489)

KMP-NativeCoroutines - v1.0.0-ALPHA-17

Published by rickclephas about 1 year ago

Combine

  • Fixed issue where createPublisher(for:) could freeze the main thread (#131)
KMP-NativeCoroutines - v1.0.0-ALPHA-16

Published by rickclephas about 1 year ago

IDE plugin

Introducing the IDE plugin, making it effortless to add the correct annotations to your coroutines code.
Available from the JetBrains Marketplace and from within your favourite IDE.

  • Validates all usages of the KMP-NativeCoroutines annotations
  • Warns you about suspend functions and Flow declarations without a KMP-NativeCoroutines annotation
  • Provides quick fixes to add/remove KMP-NativeCoroutines annotations to/from your Kotlin code
KMP-NativeCoroutines - v1.0.0-ALPHA-15

Published by rickclephas about 1 year ago

Note: checkout the updated README and migration steps.

Kotlin

  • Restored JDK 11 compatibility

Combine

  • Implemented support for Subscriber demand / back pressure (#126)
KMP-NativeCoroutines - v1.0.0-ALPHA-14

Published by rickclephas about 1 year ago

Note: checkout the updated README and migration steps.

Kotlin

  • Fixed issue with empty ObjCName (#124)
  • Updated kotlinx.coroutines to 1.7.3
  • Updated KSP to 1.0.12
  • Added support for projects with a linuxArm64 target
KMP-NativeCoroutines - v1.0.0-ALPHA-13

Published by rickclephas over 1 year ago

Note: checkout the updated README and migration steps.

Kotlin

  • Updated Kotlin to 1.9.0
  • Dropped support for the legacy JS compiler
KMP-NativeCoroutines - v1.0.0-ALPHA-12-kotlin-1.9.0-RC

Published by rickclephas over 1 year ago

Note: checkout the updated README and migration steps.

Kotlin

  • Updated kotlinx.coroutines to 1.7.2
  • Added NativeCoroutinesRefined and NativeCoroutinesRefinedState annotations (#120)
KMP-NativeCoroutines - v1.0.0-ALPHA-12

Published by rickclephas over 1 year ago

Note: checkout the updated README and migration steps.

Kotlin

  • Updated kotlinx.coroutines to 1.7.2
  • Added NativeCoroutinesRefined and NativeCoroutinesRefinedState annotations (#120)
KMP-NativeCoroutines - v1.0.0-ALPHA-11-kotlin-1.9.0-RC

Published by rickclephas over 1 year ago

Note: checkout the updated README and migration steps.

Kotlin

  • Updated Kotlin to 1.9.0-RC