Updated on 2026-08-14

This commit is contained in:
Tangem 2025-06-09 12:42:30 +03:00
parent 904d4bb006
commit b352bb6235
39 changed files with 353 additions and 5 deletions

View file

@ -32,6 +32,7 @@ dependencies {
/* Project - Domain */
implementation(projects.domain.models)
implementation(projects.domain.feedback)
implementation(projects.domain.feedback.models)
implementation(projects.domain.wallets)
implementation(projects.domain.wallets.models)
implementation(projects.domain.card)
@ -52,6 +53,7 @@ dependencies {
/* AndroidX */
implementation(deps.androidx.activity.compose)
implementation(deps.androidx.appCompat)
implementation(deps.lifecycle.compose)
/* Compose */