Releases: Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus
Releases · Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus
0.1.0
This repository was transferred to Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus
Update dependencies
Added
- New: Add support for Kotlin/Wasm (
wasmJs
target) 🎉 in #41.
Fixed
- Do not throw
KotlinNullPointerException
inChannelEventBusImpl.markAsNotCollecting
method, becausebusMap[key]
can be null if it is removed and closed before calling this method in #52.
Docs
0.0.2
Added
- Support more targets:
mingwX64
linuxX64
linuxArm64
watchosDeviceArm64
androidNativeArm32
androidNativeArm64
androidNativeX86
androidNativeX64
0.0.1
- Initial release 🎉
- Kotlin
1.9.21
. - KotlinX Coroutines
1.7.3
. - Gradle
8.5
.
- Kotlin