Fixes 🐞
[#224]: Fixes a crash when `CapturableController` is reused among different composables
Earlier crash was occurring when same CaptureController
instance is re-used within composables:
java.lang.IllegalStateException: ReceiveChannel.consumeAsFlow can be collected just once
Many thanks to @MiSikora for contributing in this release 🎉.
Dependent Targets
- Jetpack Compose: 1.7.x (BoM: 2024.10.00)
- Kotlin: 2.0.21
Full Changelog: v3.0.0...v3.0.1