Closed NoaD closed 2 years ago
Official RxJava support has ended, but the classes from previous versions should be perfectly usable. You can likely continue depending on the last published version of the Rx module, or alternatively just bring the code into your codebase.
Hello I'm trying to migrate from version 3.0.0 that used rxjava to version 3.1.4 that is using archlifecycle.
my current code is has extension functions that bind to the lifecycle - and I'm trying to understand what is the code change needed to adjust it to archlifecycle and auto-dispose.
I would appreciate some help here - couldn't figure it out from the demo code.
I assume that the controller type should be
LifecycleController
instead ofRxController
, but I don't understand what is the replacement ofbindToLifecycle