Updated on 2026-08-14

This commit is contained in:
Tangem 2025-08-05 14:57:44 +05:00
parent ede97572e3
commit 4c720113f9
11 changed files with 95 additions and 20 deletions

View file

@ -41,6 +41,7 @@ dependencies {
implementation(projects.domain.models)
implementation(projects.domain.wallets)
implementation(projects.domain.wallets.models)
implementation(projects.domain.transaction.models)
/** Data */
implementation(projects.data.common)