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.