airbnb / mavericks

Mavericks: Android on Autopilot
https://airbnb.io/mavericks/
Apache License 2.0
5.82k stars 500 forks source link

Update package dependencies to latest stable version #366

Open jpventura opened 4 years ago

jpventura commented 4 years ago

Latest stable versions of dependencies:

Dugin123 commented 4 years ago

is supporting RxJava3 not yet?

elihart commented 4 years ago

We have not started work to support rxjava3, but would like to in the future

jpventura commented 4 years ago

@elihart the problem is if/when JetBrains will support officially kotlinx-coroutines-rx3 as they already do for kotlinx-coroutines-rx2.

Otherwise, instead of building it over coroutines (PR #347), it will be required maintain two distinct code bases.