Updated on 2026-08-14

This commit is contained in:
Tangem 2023-03-20 12:35:36 +03:00
parent a30e44b1cf
commit 0907ba002c
23 changed files with 217 additions and 65 deletions

View file

@ -10,6 +10,7 @@ plugins {
dependencies {
/** Core modules */
implementation(project(":core:analytics"))
implementation(project(":core:featuretoggles"))
implementation(project(":core:utils"))
implementation(project(":core:ui"))
@ -27,6 +28,9 @@ dependencies {
implementation(deps.compose.coil)
implementation(deps.compose.constraintLayout)
/** Api */
implementation(project(":features:swap:api"))
/** Domain */
implementation(project(":features:swap:domain"))