Updated on 2026-08-14

This commit is contained in:
Tangem 2024-11-21 17:49:53 +03:00
parent 5a6dfd50e4
commit c6497a0abc
19 changed files with 448 additions and 54 deletions

View file

@ -25,6 +25,9 @@ dependencies {
implementation(projects.core.decompose)
implementation(projects.core.navigation)
/** Common */
implementation(projects.common.ui)
/** Domain */
implementation(projects.domain.models)
implementation(projects.domain.feedback)
@ -44,7 +47,7 @@ dependencies {
implementation(deps.lifecycle.runtime.ktx)
/** Compose libraries */
implementation(deps.compose.material) // to use buttons
implementation(deps.compose.material) // to use buttons and text field in MultiWalletSeedPhraseImport.kt
implementation(deps.compose.material3)
implementation(deps.compose.animation)
implementation(deps.compose.foundation)