https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
r

Rak

12/09/2019, 1:03 PM
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
k

kpgalligan

12/09/2019, 2:25 PM
Flow and coroutines are not multi-threaded in current versions but should be soon ish. Gave a talk about that https://twitter.com/kpgalligan/status/1202821639278399488?s=21
👏 2
2 Views