Updated on 2026-08-14
This commit is contained in:
parent
cd34a586bb
commit
f2abb0ee1c
11 changed files with 159 additions and 90 deletions
|
|
@ -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"))
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue