Updated on 2026-08-14

This commit is contained in:
Tangem 2025-04-06 13:08:08 +04:00
parent b2499c1f35
commit c8c4f67018
8 changed files with 269 additions and 1 deletions

View file

@ -13,12 +13,17 @@ dependencies {
implementation(projects.core.datasource)
implementation(projects.core.utils)
implementation(projects.data.common)
implementation(projects.data.tokens)
implementation(projects.domain.appCurrency.models)
implementation(projects.domain.models)
implementation(projects.domain.tokens.models)
implementation(projects.domain.quotes)
implementation(projects.domain.wallets.models)
implementation(deps.androidx.datastore)
implementation(deps.timber)
implementation(deps.hilt.android)
kapt(deps.hilt.kapt)