Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-17 12:58:46 +03:00
parent b3bc56ca03
commit 52cc0be3cb
49 changed files with 1039 additions and 327 deletions

View file

@ -58,6 +58,8 @@ dependencies {
implementation(projects.features.swap.domain.models)
implementation(projects.features.wallet.api)
implementation(projects.features.swap.api)
implementation(projects.features.sendV2.api)
implementation(projects.features.sendV2.impl)
/** AndroidX */
implementation(deps.androidx.activity.compose)
@ -87,6 +89,10 @@ dependencies {
implementation(deps.kotlin.serialization)
implementation(deps.kotlin.immutable.collections)
implementation(deps.timber)
implementation(deps.decompose.ext.compose)
/** Tangem libs */
implementation(tangemDeps.blockchain)
/** DI */
implementation(deps.hilt.android)