Move Showkase to a dedicated module for ui tests.

This commit is contained in:
Benoit Marty 2022-12-23 12:09:09 +01:00 committed by Benoit Marty
parent 6e72187ff1
commit 8a34c37eea
11 changed files with 238 additions and 5 deletions

View file

@ -169,6 +169,7 @@ dependencies {
implementation(project(":features:rageshake"))
implementation(project(":features:preferences"))
implementation(project(":libraries:di"))
implementation(project(":tests:uitests"))
implementation(project(":anvilannotations"))
anvil(project(":anvilcodegen"))
@ -186,7 +187,4 @@ dependencies {
implementation(libs.dagger)
kapt(libs.dagger.compiler)
implementation(libs.showkase)
ksp(libs.showkase.processor)
}