mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
refactor(di): migrate OkHttp module to core
This commit is contained in:
parent
b8965902ba
commit
9d41b7e819
5 changed files with 13 additions and 15 deletions
|
@ -13,10 +13,15 @@ plugins {
|
|||
alias(libs.plugins.anvil)
|
||||
}
|
||||
|
||||
anvil { generateDaggerFactories.set(true) }
|
||||
|
||||
android { namespace = "dev.msfjarvis.claw.core" }
|
||||
|
||||
dependencies {
|
||||
api(libs.okhttp.loggingInterceptor)
|
||||
implementation(projects.diScopes)
|
||||
implementation(libs.dagger)
|
||||
implementation(libs.javax.inject)
|
||||
implementation(libs.napier)
|
||||
implementation(libs.okhttp.core)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue