Updated on 2026-08-14
This commit is contained in:
parent
4cd1bb77a1
commit
23544541cf
15 changed files with 189 additions and 198 deletions
|
|
@ -10,16 +10,14 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
/** Kotlin */
|
||||
api(deps.kotlin.coroutines)
|
||||
|
||||
/** Core */
|
||||
implementation(projects.core.decompose)
|
||||
implementation(projects.core.ui)
|
||||
api(projects.core.decompose)
|
||||
api(projects.core.ui)
|
||||
|
||||
/** Domain models */
|
||||
api(projects.domain.models)
|
||||
implementation(projects.domain.staking)
|
||||
implementation(projects.domain.tokens.models)
|
||||
implementation(projects.domain.wallets.models)
|
||||
|
||||
/** AndroidX */
|
||||
implementation(deps.androidx.fragment.ktx)
|
||||
api(projects.domain.staking)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue