Updated on 2026-08-14

This commit is contained in:
Tangem 2024-11-15 13:41:23 +05:00
parent 0a78db08ec
commit db358d8014
16 changed files with 303 additions and 8 deletions

View file

@ -6,6 +6,8 @@ plugins {
dependencies {
implementation(projects.domain.core)
implementation(projects.domain.tokens.models)
implementation(projects.domain.wallets.models)
implementation(deps.kotlin.serialization)
implementation(deps.jodatime)