Add TestTags to dialog buttons.

This commit is contained in:
Benoit Marty 2023-11-02 11:55:56 +01:00
parent d05f94e574
commit 0a298433e0
3 changed files with 15 additions and 0 deletions

View file

@ -39,6 +39,7 @@ android {
// Should not be there, but this is a POC
implementation(libs.coil.compose)
implementation(libs.vanniktech.blurhash)
implementation(projects.libraries.testtags)
implementation(projects.libraries.uiStrings)
ksp(libs.showkase.processor)