Enable testFixtures - but not supported by AGP yet, so put files in module matrixtest

This commit is contained in:
Benoit Marty 2023-02-06 16:27:19 +01:00 committed by Benoit Marty
parent e41e6b9205
commit 32dd9adda7
9 changed files with 157 additions and 4 deletions

View file

@ -51,6 +51,8 @@ dependencies {
testImplementation(libs.test.turbine)
testImplementation(projects.libraries.matrixtest)
testImplementation(testFixtures(projects.libraries.matrix))
androidTestImplementation(libs.test.junitext)
ksp(libs.showkase.processor)