Updated on 2026-08-14
This commit is contained in:
parent
fdbd09cccb
commit
39a107b039
18 changed files with 367 additions and 254 deletions
|
|
@ -10,26 +10,31 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
// region Project – Core
|
||||
implementation(projects.core.analytics.models)
|
||||
implementation(projects.core.utils)
|
||||
|
||||
// region Kotlin
|
||||
api(deps.kotlin.coroutines)
|
||||
// endregion
|
||||
|
||||
// region Project – Domain
|
||||
// region Other libraries
|
||||
api(deps.arrow.core)
|
||||
// endregion
|
||||
|
||||
// region Core modules
|
||||
api(projects.core.analytics.models)
|
||||
api(projects.core.utils)
|
||||
// endregion
|
||||
|
||||
// region Domain
|
||||
api(projects.domain.account)
|
||||
api(projects.domain.networks)
|
||||
api(projects.domain.quotes)
|
||||
api(projects.domain.tokens)
|
||||
api(projects.domain.wallets)
|
||||
implementation(projects.domain.core)
|
||||
implementation(projects.domain.account)
|
||||
implementation(projects.domain.models)
|
||||
implementation(projects.domain.networks)
|
||||
implementation(projects.domain.nft.models)
|
||||
implementation(projects.domain.quotes)
|
||||
implementation(projects.domain.tokens)
|
||||
implementation(projects.domain.tokens.models)
|
||||
implementation(projects.domain.wallets)
|
||||
implementation(projects.domain.wallets.models)
|
||||
// endregion
|
||||
|
||||
// region Others
|
||||
implementation(deps.arrow.core)
|
||||
implementation(deps.kotlin.coroutines)
|
||||
// region Domain models
|
||||
api(projects.domain.models)
|
||||
api(projects.domain.nft.models)
|
||||
// endregion
|
||||
}
|
||||
|
|
@ -5,13 +5,12 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation(deps.arrow.core)
|
||||
implementation(deps.kotlin.coroutines)
|
||||
|
||||
implementation(projects.domain.core)
|
||||
implementation(projects.domain.models)
|
||||
implementation(projects.domain.tokens.models)
|
||||
// region Kotlin
|
||||
api(deps.kotlin.serialization)
|
||||
// endregion
|
||||
|
||||
/* Utils */
|
||||
implementation(deps.kotlin.serialization)
|
||||
// region Domain models
|
||||
api(projects.domain.models)
|
||||
// endregion
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue