Add another performance check for cold start time until the cached room list is displayed

This commit is contained in:
Jorge Martín 2025-11-20 10:08:53 +01:00 committed by Jorge Martin Espinosa
parent 5681d7c611
commit c0e66e9d49
7 changed files with 91 additions and 0 deletions

View file

@ -28,6 +28,7 @@ setupDependencyInjection()
dependencies {
implementation(projects.appconfig)
implementation(projects.appnav)
implementation(projects.libraries.core)
implementation(projects.libraries.androidutils)
implementation(projects.libraries.architecture)