Updated on 2026-08-14
This commit is contained in:
parent
a0ce025263
commit
9cc6f26cf4
21 changed files with 471 additions and 3 deletions
|
|
@ -47,6 +47,15 @@ dependencies {
|
|||
implementation(projects.core.analytics)
|
||||
implementation(projects.core.analytics.models)
|
||||
|
||||
|
||||
/** Domain */
|
||||
implementation(projects.domain.tokens)
|
||||
implementation(projects.domain.tokens.models)
|
||||
implementation(projects.domain.wallets)
|
||||
implementation(projects.domain.wallets.models)
|
||||
implementation(projects.domain.balanceHiding)
|
||||
implementation(projects.domain.balanceHiding.models)
|
||||
|
||||
/** Common */
|
||||
implementation(projects.common)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue