Updated on 2026-08-14

This commit is contained in:
Tangem 2024-10-28 17:46:06 +03:00
parent f5eca5ab2a
commit 679a54bc0d
16 changed files with 87 additions and 46 deletions

View file

@ -13,4 +13,7 @@ dependencies {
/* Project - Core */
implementation(projects.core.decompose)
implementation(projects.core.ui)
/* Compose */
implementation(deps.compose.runtime)
}