appli finalized

This commit is contained in:
Raphael
2025-04-27 17:18:27 +02:00
parent 5da4c40bd8
commit 9cb05d9457
21 changed files with 507 additions and 42 deletions

View File

@@ -82,4 +82,8 @@ dependencies {
androidTestImplementation(libs.androidx.ui.test.junit4)
debugImplementation(libs.androidx.ui.tooling)
debugImplementation(libs.androidx.ui.test.manifest)
}
kotlin {
tasks.register("testClasses")
}