Updated on 2026-08-14
This commit is contained in:
parent
1b2583886d
commit
4a29162e11
7 changed files with 133 additions and 12 deletions
|
|
@ -16,6 +16,7 @@ dependencies {
|
|||
implementation(deps.tangem.blockchain)
|
||||
|
||||
/** Core */
|
||||
implementation(projects.core.datasource)
|
||||
implementation(projects.core.utils)
|
||||
|
||||
/** Domain */
|
||||
|
|
@ -28,4 +29,6 @@ dependencies {
|
|||
/** DI */
|
||||
implementation(deps.hilt.android)
|
||||
kapt(deps.hilt.kapt)
|
||||
|
||||
implementation(deps.timber)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue