Hello,
I'm working on a project that has a lot of RxJava, but we want to migrate to coroutines and Flow. So far I find that the two have nice interoperability. However I was wondering: does it make sense to set coroutines dispatchers as default Rx Schedulers through RxJavaPlugins by using Dispatcher.asScheduler? Is there a significant overhead if we don't? The project is an Android app