Add compose preview for launcher icons (mainly for tests)

This commit is contained in:
Benoit Marty 2023-06-29 15:21:28 +02:00
parent 44818379b2
commit 5bcad1121d
2 changed files with 51 additions and 0 deletions

View file

@ -229,4 +229,6 @@ dependencies {
testImplementation(libs.test.truth)
testImplementation(libs.test.turbine)
testImplementation(projects.libraries.matrix.test)
ksp(libs.showkase.processor)
}