Updated on 2026-08-14
This commit is contained in:
parent
b2129017a6
commit
d8ce00bd6c
19 changed files with 278 additions and 121 deletions
|
|
@ -11,14 +11,27 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
/** Tangem libraries */
|
||||
implementation(deps.tangem.blockchain) // android-library
|
||||
|
||||
/** Core */
|
||||
implementation(projects.core.datasource)
|
||||
implementation(projects.core.utils)
|
||||
|
||||
/** Domain */
|
||||
implementation(projects.domain.wallets)
|
||||
|
||||
/** Domain models */
|
||||
implementation(projects.domain.wallets.models)
|
||||
implementation(projects.domain.tokens.models)
|
||||
|
||||
/** DI */
|
||||
implementation(deps.hilt.android)
|
||||
implementation(project(":domain:legacy"))
|
||||
kapt(deps.hilt.kapt)
|
||||
|
||||
/** Local storages */
|
||||
/** Other deps */
|
||||
implementation(deps.androidx.datastore)
|
||||
implementation(deps.arrow.core)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue