Closed sureshg closed 2 years ago
looks like after https://github.com/Kotlin/kotlinx.coroutines/pull/3047 coroutines 1.6.0 isn't backward compatible when using simple Flow<T>.collect(action)
which is used inside rsocket-core
@olme04 thanks. Revered coroutines to 1.5.2
and it's working fine. Thanks!
After updating to new version, KotlinJs compilation failed with the following error.
Dependencies updated are,