Use new retrofit bom and change Maven coordinates of kotlinx-serialization
This commit is contained in:
parent
59c463759e
commit
9605a783a2
6 changed files with 8 additions and 3 deletions
|
|
@ -42,6 +42,7 @@ dependencies {
|
|||
implementation(projects.libraries.network)
|
||||
implementation(platform(libs.network.okhttp.bom))
|
||||
implementation(libs.network.okhttp.okhttp)
|
||||
implementation(platform(libs.network.retrofit.bom))
|
||||
implementation(libs.network.retrofit)
|
||||
|
||||
implementation(libs.serialization.json)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue