Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-21 14:25:43 +05:00
parent 49f24cf911
commit 06b4772826
4 changed files with 6 additions and 8 deletions

View file

@ -25,9 +25,11 @@ dependencies {
implementation(projects.domain.account.status)
implementation(projects.domain.promo)
implementation(projects.domain.promo.models)
implementation(projects.domain.markets.models)
/** Data */
implementation(projects.data.common)
implementation(tangemDeps.blockchain)
/** Core */
api(projects.core.configToggles)
@ -36,7 +38,6 @@ dependencies {
api(projects.core.decompose)
api(projects.core.navigation)
api(projects.core.utils)
implementation(projects.core.analytics)
implementation(projects.core.analytics.models)
implementation(projects.core.ui)
@ -44,6 +45,7 @@ dependencies {
api(deps.compose.foundation)
implementation(deps.compose.ui)
implementation(deps.compose.ui.tooling)
implementation(deps.compose.material3)
implementation(deps.lifecycle.compose)
/** Other */