Releases: rickclephas/KMP-NativeCoroutines
Releases · rickclephas/KMP-NativeCoroutines
v1.0.0-ALPHA-15
Note: checkout the updated README and migration steps.
Kotlin
- Restored JDK 11 compatibility
Combine
- Implemented support for Subscriber demand / back pressure (#126)
v1.0.0-ALPHA-14
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
v1.0.0-ALPHA-13
Note: checkout the updated README and migration steps.
Kotlin
- Updated Kotlin to 1.9.0
- Dropped support for the legacy JS compiler
v1.0.0-ALPHA-12-kotlin-1.9.0-RC
Note: checkout the updated README and migration steps.
Kotlin
- Updated
kotlinx.coroutines
to 1.7.2 - Added
NativeCoroutinesRefined
andNativeCoroutinesRefinedState
annotations (#120)
v1.0.0-ALPHA-12
Note: checkout the updated README and migration steps.
Kotlin
- Updated
kotlinx.coroutines
to 1.7.2 - Added
NativeCoroutinesRefined
andNativeCoroutinesRefinedState
annotations (#120)
v1.0.0-ALPHA-11-kotlin-1.9.0-RC
v1.0.0-ALPHA-11
v1.0.0-ALPHA-10-kotlin-1.9.0-Beta
Note: checkout the updated README and migration steps.
Kotlin
- Updated Kotlin to 1.9.0-Beta
- Dropped support for the legacy JS compiler
v1.0.0-ALPHA-10
v1.0.0-ALPHA-9
Note: checkout the updated README and migration steps.
Plugin
- Fixed issue with
@OptIn
annotations (#111)
Kotlin
- Updated
kotlinx.coroutines
to 1.7.0 - Added support for
watchosDeviceArm64
target