mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
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:
parent
1db8067616
commit
daf66a16bc
6 changed files with 25 additions and 21 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue