Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-04 17:10:01 +05:00
parent 2471b9c1a8
commit 941863f79b
18 changed files with 334 additions and 43 deletions

View file

@ -13,6 +13,9 @@ dependencies {
implementation(projects.core.decompose)
implementation(projects.core.ui)
/** Domain */
implementation(projects.domain.models)
/** Compose */
implementation(deps.compose.runtime)
}