Updated on 2026-08-14
This commit is contained in:
parent
505413483e
commit
f1342cfeb1
19 changed files with 241 additions and 255 deletions
|
|
@ -4,9 +4,10 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation(projects.core.utils)
|
||||
implementation(projects.domain.core)
|
||||
implementation(deps.arrow.core)
|
||||
api(projects.core.utils)
|
||||
api(projects.domain.core)
|
||||
api(deps.arrow.core)
|
||||
api(deps.kotlin.coroutines)
|
||||
|
||||
api(deps.androidx.datastore.core)
|
||||
api(deps.test.coroutine)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue