Move remaining hard-coded dependency to Gradle catalog. We had 2 different version of material3 library.

This commit is contained in:
Benoit Marty 2023-11-10 16:56:04 +01:00
parent 33fe608459
commit a9995886c0
7 changed files with 23 additions and 13 deletions

View file

@ -44,7 +44,7 @@ dependencies {
api(projects.features.rageshake.api)
implementation(libs.androidx.datastore.preferences)
implementation(platform(libs.network.okhttp.bom))
implementation("com.squareup.okhttp3:okhttp")
implementation(libs.network.okhttp.okhttp)
implementation(libs.coil)
implementation(libs.coil.compose)
ksp(libs.showkase.processor)