Skip to content

Releases: rickclephas/KMP-NativeCoroutines

v1.0.0-ALPHA-21-kotlin-2.0.0-Beta1

18 Nov 10:00
Compare
Choose a tag to compare
Pre-release

Kotlin

  • Updated Kotlin to 2.0.0-Beta1

v1.0.0-ALPHA-20

06 Nov 19:46
Compare
Choose a tag to compare

Kotlin

  • Updated KSP to 1.0.14

v1.0.0-ALPHA-19

31 Oct 21:17
Compare
Choose a tag to compare

Kotlin

  • Updated Kotlin to 1.9.20

v1.0.0-ALPHA-18-kotlin-1.9.20-RC2

25 Oct 19:30
Compare
Choose a tag to compare
Pre-release

Kotlin

  • Updated Kotlin to 1.9.20-RC2

v1.0.0-ALPHA-18-kotlin-1.9.20-RC

16 Oct 08:53
Compare
Choose a tag to compare
Pre-release

Kotlin

  • Updated Kotlin to 1.9.20-RC

v1.0.0-ALPHA-18-kotlin-1.9.20-Beta2

24 Sep 12:01
Compare
Choose a tag to compare
Pre-release

Kotlin

  • Updated Kotlin to 1.9.20-Beta2

v1.0.0-ALPHA-18-kotlin-1.9.20-Beta

12 Sep 20:07
Compare
Choose a tag to compare
Pre-release

Kotlin

  • Updated Kotlin to 1.9.20-Beta

v1.0.0-ALPHA-18

24 Aug 21:00
Compare
Choose a tag to compare

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 (google/ksp#1489)

v1.0.0-ALPHA-17

16 Aug 18:23
Compare
Choose a tag to compare
v1.0.0-ALPHA-17 Pre-release
Pre-release

Combine

  • Fixed issue where createPublisher(for:) could freeze the main thread (#131)

v1.0.0-ALPHA-16

14 Aug 19:52
Compare
Choose a tag to compare
v1.0.0-ALPHA-16 Pre-release
Pre-release

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