refactor: move HttpFailure.toError to api module

Also expose EitherNet as an api dependency since it's part of the
public API.
This commit is contained in:
Harsh Shandilya 2025-05-26 18:51:23 +05:30
parent 1db8067616
commit daf66a16bc
6 changed files with 25 additions and 21 deletions

View file

@ -20,12 +20,12 @@ anvil { generateDaggerFactories.set(true) }
dependencies {
api(libs.dagger)
api(libs.eithernet)
api(libs.javax.inject)
api(libs.okhttp.core)
api(libs.retrofit)
api(projects.model)
implementation(libs.eithernet)
implementation(libs.eithernet.integration.retrofit)
implementation(libs.jsoup)