Skip to content

Retrofit should be not exposed outside of common module #5421

@TimoPtr

Description

@TimoPtr

Today retrofit is an api dependency of :common. It should be an internal dependency there is no reason to expose it. The only usage is about an exception catching in another Gradle module. We could simply catch the exception in common and rethrow our own error.

Expectation

  • retrofit is now a implementation dependency of :common

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions