-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
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. |
Nice! It's always the same VersionName to RxJava3? |
Thanks saved my day |
It's now available -> https://github.com/square/retrofit/blob/master/CHANGELOG.md#version-290-2020-05-20
|
Updated to RxJava3, and I have to exclude RxJava2 from gradle dependencies required by adapter-rxjava2.
The text was updated successfully, but these errors were encountered: