Updated on 2026-08-14

This commit is contained in:
Tangem 2023-08-29 09:42:37 +03:00
parent 21b514caa1
commit f3e8deb60a
24 changed files with 334 additions and 221 deletions

View file

@ -7,6 +7,7 @@ plugins {
dependencies {
/** Project - Domain */
implementation(projects.domain.tokens.models)
implementation(projects.domain.appTheme.models)
/** Project - Core */
implementation(projects.core.res)