Updated on 2026-08-14

This commit is contained in:
Tangem 2025-03-28 17:00:02 +04:00
parent c38c185a2d
commit 732df0ec4f
11 changed files with 430 additions and 6 deletions

View file

@ -22,7 +22,9 @@ dependencies {
implementation(projects.domain.demo)
implementation(projects.domain.legacy)
implementation(projects.domain.models)
implementation(projects.domain.networks)
implementation(projects.domain.tokens.models)
implementation(projects.domain.wallets)
implementation(projects.domain.wallets.models)
implementation(deps.hilt.android)