Hi, is it possible to use rxjava in kotlin multipl...
# javascript
m
Hi, is it possible to use rxjava in kotlin multiplatform?
g
No
But you can use Flow, which is part of Kotlinx.Coroutines
There is also Reaktive framework, which has API closer to RxJava https://github.com/badoo/Reaktive
👍 1