Skip to content

[JAVA] RxJava3 Support #6621

@tgerth

Description

@tgerth

Description

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"
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions