Open tgerth opened 4 years ago
We would like to add a useRxJava3 setting with retrofit2 which would result in:
ext { retrofit_version = "2.0.2" rx_java_version = "3.0.4" } dependencies { compile "com.squareup.retrofit2:retrofit:$retrofitVersion" compile "com.squareup.retrofit2:converter-gson:$retrofitVersion" compile "com.github.akarnokd:rxjava3-retrofit-adapter:3.0.0" compile "io.reactivex.rxjava3:rxjava:$rx_java_version" }
👍 Thanks for opening this issue! 🏷 I have applied any labels matching special text in your issue.
The team will review the labels and make any necessary changes.
Description
We would like to add a useRxJava3 setting with retrofit2 which would result in: