Add :libraries:network module
This commit is contained in:
parent
1c58e8ef35
commit
c9c1a77eab
11 changed files with 239 additions and 11 deletions
|
|
@ -219,6 +219,9 @@ dependencies {
|
|||
implementation(libs.androidx.startup)
|
||||
implementation(libs.coil)
|
||||
|
||||
implementation(platform(libs.network.okhttp.bom))
|
||||
implementation("com.squareup.okhttp3:logging-interceptor")
|
||||
|
||||
implementation(libs.dagger)
|
||||
kapt(libs.dagger.compiler)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue