Add :libraries:network module

This commit is contained in:
Benoit Marty 2023-03-16 15:31:27 +01:00 committed by Benoit Marty
parent 1c58e8ef35
commit c9c1a77eab
11 changed files with 239 additions and 11 deletions

View file

@ -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)