Scarlet
Scarlet copied to clipboard
0.2.x: Update Coroutines
- Coroutines to version 1.5.1
- Timber to version 4.7.1
- Remove ReceiveChannel support (Reason: Using 'openSubscription(Int = ...): ReceiveChannel<T>' is an error. Transforming publisher to channel is deprecated, use asFlow() instead)
Merge after https://github.com/Tinder/Scarlet/pull/191
we have merged https://github.com/Tinder/Scarlet/pull/200, which has some dependency updates. can you rebase your branch?