julian
05/01/2021, 9:32 PMA tiny abstraction over Rx is used instead.Does this mean that MVIKotlin has a dependency on a Java-only library e.g. RxJava? Or does it mean MVIKotlin has a custom Reactive Extensions implementation of its own? Or something else?
Arkadii Ivanov
05/01/2021, 10:05 PMrx
and rx-internal
. They provide some abstractions like Observer
, Disposable
, etc. Plus there are some simple Subject
implementations. Another solution would be to use the Reaktive
library internally.kenkyee
05/02/2021, 11:00 AMArkadii Ivanov
05/02/2021, 11:04 AM