Skip to content

0.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Aug 11:37
· 33 commits to master since this release

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 in ChannelEventBusImpl.markAsNotCollecting method, because busMap[key] can be null if it is removed and closed before calling this method in #52.

Docs