Releases: rickclephas/KMP-NativeCoroutines
Releases · rickclephas/KMP-NativeCoroutines
v1.0.0-ALPHA-21-kotlin-2.0.0-Beta1
Kotlin
- Updated Kotlin to 2.0.0-Beta1
v1.0.0-ALPHA-20
Kotlin
- Updated KSP to 1.0.14
v1.0.0-ALPHA-19
Kotlin
- Updated Kotlin to 1.9.20
v1.0.0-ALPHA-18-kotlin-1.9.20-RC2
Kotlin
- Updated Kotlin to 1.9.20-RC2
v1.0.0-ALPHA-18-kotlin-1.9.20-RC
Kotlin
- Updated Kotlin to 1.9.20-RC
v1.0.0-ALPHA-18-kotlin-1.9.20-Beta2
Kotlin
- Updated Kotlin to 1.9.20-Beta2
v1.0.0-ALPHA-18-kotlin-1.9.20-Beta
Kotlin
- Updated Kotlin to 1.9.20-Beta
v1.0.0-ALPHA-18
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
Combine
- Fixed issue where
createPublisher(for:)
could freeze the main thread (#131)
v1.0.0-ALPHA-16
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