Skip to content

Commit

Permalink
Update rxjava2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gpeal authored Oct 8, 2021
1 parent 6b3c971 commit d94076a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rxjava2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

MvRx 1.x was designed to work well with RxJava 2. However, Mavericks now uses coroutines internally.

RxJava 2 compatibility is still available via the `mvrx-rxjava2` artifact.
RxJava 2 compatibility is still available via the `mavericks-rxjava2` artifact.

To use it, use `BaseMvRxViewModel` instead of `MavericksViewModel`. Doing so will give you access to `execute` extensions on `Single<T>` and `Observable<T>` as well as all other MvRx 1.x APIs.

0 comments on commit d94076a

Please sign in to comment.