Updated on 2026-08-14

This commit is contained in:
Tangem 2024-04-03 11:20:35 +05:00
parent f9ace58267
commit 738ddb4e81
3 changed files with 17 additions and 6 deletions

View file

@ -21,6 +21,7 @@ dependencies {
implementation(projects.domain.settings)
implementation(projects.features.swap.domain.api)
implementation(projects.features.swap.domain.models)
implementation(projects.features.send.api)
/** Project - Other */
implementation(projects.core.utils)