Updated on 2026-08-14

This commit is contained in:
Tangem 2025-05-05 16:17:10 +07:00
parent 57ec369ab0
commit a527c4706a
3 changed files with 11 additions and 3 deletions

View file

@ -47,9 +47,13 @@ dependencies {
implementation(deps.compose.ui)
implementation(deps.compose.ui.tooling)
/** Data */
implementation(projects.data.card)
/** Other */
implementation(deps.arrow.core)
implementation(deps.decompose.ext.compose)
implementation(deps.kotlin.immutable.collections)
implementation(deps.timber)
implementation(tangemDeps.card.core)
}