Updated on 2026-08-14

This commit is contained in:
Tangem 2023-08-18 13:00:01 +03:00
parent cd34a586bb
commit f2abb0ee1c
11 changed files with 159 additions and 90 deletions

View file

@ -5,6 +5,12 @@ plugins {
}
dependencies {
/** Project - Domain */
implementation(projects.domain.tokens.models)
/** Project - Core */
implementation(projects.core.res)
/** AndroidX libraries */
implementation(deps.androidx.fragment.ktx)
implementation(deps.androidx.paging.runtime)
@ -22,6 +28,4 @@ dependencies {
implementation(deps.material)
implementation(deps.compose.shimmer)
implementation(deps.kotlin.immutable.collections)
implementation(project(":core:res"))
}