correcction tp 5 01
This commit is contained in:
@@ -58,4 +58,15 @@ dependencies {
|
||||
debugImplementation(libs.androidx.ui.test.manifest)
|
||||
|
||||
implementation("io.coil-kt:coil-compose:2.7.0")
|
||||
|
||||
// Moshi
|
||||
implementation("com.squareup.moshi:moshi:1.14.0")
|
||||
implementation("com.squareup.moshi:moshi-kotlin:1.14.0")
|
||||
|
||||
// Retrofit
|
||||
implementation("com.squareup.retrofit2:retrofit:2.9.0")
|
||||
implementation("com.squareup.retrofit2:converter-moshi:2.9.0")
|
||||
|
||||
// Ok HTTP
|
||||
implementation("com.squareup.okhttp3:okhttp:4.9.0")
|
||||
}
|
||||
Reference in New Issue
Block a user