Correction tp 2

This commit is contained in:
Chocolaterie
2025-01-22 10:00:57 +01:00
parent 798ef99e81
commit 842202974f
8 changed files with 121 additions and 46 deletions

View File

@@ -56,4 +56,6 @@ dependencies {
androidTestImplementation(libs.androidx.ui.test.junit4)
debugImplementation(libs.androidx.ui.tooling)
debugImplementation(libs.androidx.ui.test.manifest)
implementation("io.coil-kt:coil-compose:2.7.0")
}