Updated on 2026-08-14
This commit is contained in:
parent
80d4eeaed9
commit
e2bdc12ed8
24 changed files with 696 additions and 169 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue