This repository was transferred to Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus
Update dependencies
Added
- New: Add support for Kotlin/Wasm (
wasmJstarget) 🎉 in #41.
Fixed
- Do not throw
KotlinNullPointerExceptioninChannelEventBusImpl.markAsNotCollectingmethod, becausebusMap[key]can be null if it is removed and closed before calling this method in #52.