Move Showkase to a dedicated module for ui tests.
This commit is contained in:
parent
6e72187ff1
commit
8a34c37eea
11 changed files with 238 additions and 5 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue