Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-06 17:54:40 +04:00
parent 4cd1bb77a1
commit 23544541cf
15 changed files with 189 additions and 198 deletions

View file

@ -11,11 +11,9 @@ android {
dependencies {
/** Project - Core */
implementation(projects.core.decompose)
implementation(projects.core.ui)
api(projects.core.decompose)
api(projects.core.ui)
/** Project - Domain */
api(projects.domain.models)
implementation(projects.domain.tokens.models)
implementation(projects.domain.wallets.models)
}