Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-06 14:07:14 +04:00
parent b8898092fb
commit 696c958901
15 changed files with 152 additions and 160 deletions

View file

@ -12,12 +12,9 @@ android {
dependencies {
/* Project - Core */
implementation(projects.core.decompose)
implementation(projects.core.ui)
api(projects.core.decompose)
api(projects.core.ui)
/* Project - Domain */
api(projects.domain.models)
/* Compose */
implementation(deps.compose.runtime)
}