Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-10 11:17:04 +04:00
parent 155e7e3d2c
commit e0a5bf6e9e
9 changed files with 63 additions and 28 deletions

View file

@ -27,6 +27,7 @@ dependencies {
implementation(projects.domain.wallets.models)
implementation(projects.domain.appCurrency.models)
implementation(projects.domain.tokens.models)
implementation(projects.domain.tokens)
/** Project - Utils */
implementation(projects.core.utils)