1. we use rxjava in our code, is there a suitable replacement? Is the current version of flow MPP-compatible?
d
Dominaezzz
12/09/2019, 1:03 PM
Coroutines?
➕ 1
r
Rak
12/09/2019, 1:04 PM
coroutines and flow are not the same
d
Dominaezzz
12/09/2019, 1:05 PM
Misread. Flow is mpp-compatible.
s
sindrenm
12/09/2019, 1:07 PM
Flow should be MPP. For an RxJava alternative, there's https://github.com/badoo/Reaktive, that I heard about on KotlinConf. Not sure how big of a hassle it is to migrate from RxJava, though.
s
saket
12/09/2019, 1:33 PM
Reaktive has RxJava interop and operators named similarly to RxJava so it should be easy to pick i tup