Introduce AsyncView to limit duplicated code.

This commit is contained in:
Benoit Marty 2023-11-03 16:13:26 +01:00 committed by Benoit Marty
parent fad35bfade
commit 59c01b1764
3 changed files with 123 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.architecture)
implementation(projects.libraries.testtags)
implementation(projects.libraries.uiStrings)