android icon indicating copy to clipboard operation
android copied to clipboard

Retrofit should be not exposed outside of common module

Open TimoPtr opened this issue 8 months ago • 2 comments

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

TimoPtr avatar Jun 17 '25 12:06 TimoPtr

Can I work on this ?

Akshaykomar890 avatar Sep 29 '25 19:09 Akshaykomar890

Sure but make sure to read our best practices and guidelines. https://developers.home-assistant.io/docs/android/get_started

TimoPtr avatar Sep 29 '25 20:09 TimoPtr