Retrofit: is there "adapter-rxjava3" ?

Created on 11 Jul 2019  路  5Comments  路  Source: square/retrofit

Updated to RxJava3, and I have to exclude RxJava2 from gradle dependencies required by adapter-rxjava2.

Feature

Most helpful comment

It's now available -> https://github.com/square/retrofit/blob/master/CHANGELOG.md#version-290-2020-05-20

New: RxJava 3 adapter!
The Maven coordinates are com.squareup.retrofit2:adapter-rxjava3

All 5 comments

Despite being binary _incompatible_, RxJava 3 re-uses the same Java package name and groupId and thus cannot live alongside RxJava 2. I don't really want to maintain two copies of the same adapter. I guess we could point the source sets and tests at the same folders and just declare different deps.

@1001101 check this Repo https://github.com/akarnokd/RxJavaRetrofitAdapter

Nice! It's always the same VersionName to RxJava3?

@1001101 check this Repo https://github.com/akarnokd/RxJavaRetrofitAdapter

Thanks saved my day

It's now available -> https://github.com/square/retrofit/blob/master/CHANGELOG.md#version-290-2020-05-20

New: RxJava 3 adapter!
The Maven coordinates are com.squareup.retrofit2:adapter-rxjava3

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JerzyPuchalski picture JerzyPuchalski  路  3Comments

ramonmoraes8080 picture ramonmoraes8080  路  3Comments

zheangrybear picture zheangrybear  路  3Comments

bhagyasri picture bhagyasri  路  3Comments

colintheshots picture colintheshots  路  3Comments