Fix test compilation issue.

This commit is contained in:
Benoit Marty 2024-10-28 13:35:15 +01:00
parent e48f217c61
commit 8cc86bd410
6 changed files with 12 additions and 7 deletions

View file

@ -49,6 +49,7 @@ dependencies {
testImplementation(libs.androidx.compose.ui.test.junit)
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.libraries.mediaupload.test)
testImplementation(projects.libraries.preferences.test)
testImplementation(projects.tests.testutils)
testReleaseImplementation(libs.androidx.compose.ui.test.manifest)
}