Updated on 2026-08-14

This commit is contained in:
Tangem 2025-03-28 00:23:50 +07:00
parent 80d4eeaed9
commit e2bdc12ed8
24 changed files with 696 additions and 169 deletions

View file

@ -14,7 +14,14 @@ dependencies {
/* Project - Domain */
implementation(projects.domain.walletConnect)
implementation(projects.domain.walletConnect.models)
implementation(projects.domain.wallets)
implementation(projects.domain.wallets.models)
implementation(projects.domain.tokens)
implementation(projects.domain.tokens.models)
implementation(projects.domain.models)
implementation(projects.domain.legacy)
implementation(projects.libs.blockchainSdk)
implementation(projects.data.common)
/* Project - Data */
implementation(projects.core.datasource)
@ -26,6 +33,9 @@ dependencies {
implementation(deps.hilt.core)
kapt(deps.hilt.kapt)
/* Tangem libraries */
implementation(tangemDeps.blockchain)
/* Reown - WalletConnect */
implementation(deps.reownCore) {
exclude(group = "app.cash.sqldelight", module = "android-driver")