Add :libraries:network module

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

View file

@ -1,4 +1,3 @@
/*
* Copyright (c) 2022 New Vector Ltd
*
@ -29,4 +28,6 @@ java {
dependencies {
implementation(libs.coroutines.core)
implementation(platform(libs.network.okhttp.bom))
implementation("com.squareup.okhttp3:logging-interceptor")
}