Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-07 14:54:07 +04:00
parent 505413483e
commit f1342cfeb1
19 changed files with 241 additions and 255 deletions

View file

@ -12,9 +12,9 @@ android {
dependencies {
/** Core */
implementation(projects.core.decompose)
implementation(projects.core.res)
api(projects.core.decompose)
implementation(projects.core.ui)
implementation(projects.core.utils)
/** Common */
implementation(projects.common.ui)
@ -23,11 +23,16 @@ dependencies {
implementation(projects.features.virtualAccounts.main.api)
/** Compose */
implementation(deps.compose.foundation)
api(deps.compose.foundation)
implementation(deps.compose.material3)
implementation(deps.compose.ui)
implementation(deps.compose.ui.tooling)
/** Other */
implementation(deps.androidx.appCompat)
implementation(deps.decompose)
implementation(deps.kotlin.coroutines)
/** DI */
implementation(deps.hilt.android)
kapt(deps.hilt.kapt)