Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is there "adapter-rxjava3" ? #3158

Open
ghost opened this issue Jul 11, 2019 · 5 comments
Open

is there "adapter-rxjava3" ? #3158

ghost opened this issue Jul 11, 2019 · 5 comments
Labels

Comments

@ghost
Copy link

ghost commented Jul 11, 2019

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

@JakeWharton
Copy link
Collaborator

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.

@imohamedsoliman
Copy link

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

@ghost
Copy link
Author

ghost commented Nov 1, 2019

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

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

@weylar
Copy link

weylar commented Feb 25, 2020

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

Thanks saved my day

@lopspower
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants