Updated on 2026-08-14
This commit is contained in:
parent
b8898092fb
commit
696c958901
15 changed files with 152 additions and 160 deletions
|
|
@ -13,28 +13,26 @@ android {
|
|||
dependencies {
|
||||
|
||||
/** Project */
|
||||
implementation(projects.core.datasource)
|
||||
implementation(projects.core.utils)
|
||||
api(projects.core.datasource)
|
||||
api(projects.core.utils)
|
||||
|
||||
/** Data modules */
|
||||
implementation(projects.data.common)
|
||||
implementation(deps.androidx.datastore)
|
||||
|
||||
/** Domain modules */
|
||||
implementation(projects.domain.common)
|
||||
implementation(projects.domain.legacy)
|
||||
implementation(projects.libs.blockchainSdk)
|
||||
api(projects.domain.common)
|
||||
api(projects.domain.referral)
|
||||
api(projects.features.referral.domain)
|
||||
api(projects.libs.blockchainSdk)
|
||||
implementation(projects.domain.models)
|
||||
implementation(projects.domain.tokens.models)
|
||||
implementation(projects.domain.wallets.models)
|
||||
implementation(projects.domain.referral)
|
||||
implementation(projects.features.referral.domain)
|
||||
|
||||
/** Libs */
|
||||
implementation(projects.libs.auth)
|
||||
runtimeOnly(projects.libs.auth)
|
||||
|
||||
/** Time */
|
||||
implementation(deps.jodatime)
|
||||
implementation(deps.kotlin.coroutines)
|
||||
|
||||
/** DI */
|
||||
implementation(deps.hilt.android)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue