Use new retrofit bom and change Maven coordinates of kotlinx-serialization

This commit is contained in:
Benoit Marty 2024-03-25 09:54:52 +01:00 committed by Benoit Marty
parent a4a47dbfc6
commit a5d0b47d3a
6 changed files with 8 additions and 3 deletions

View file

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