Updated on 2026-08-14
This commit is contained in:
parent
505413483e
commit
f1342cfeb1
19 changed files with 241 additions and 255 deletions
|
|
@ -15,7 +15,4 @@ dependencies {
|
|||
|
||||
/** Domain */
|
||||
api(projects.domain.models)
|
||||
|
||||
/** Compose */
|
||||
implementation(deps.compose.runtime)
|
||||
}
|
||||
|
|
@ -10,11 +10,11 @@ android {
|
|||
|
||||
dependencies {
|
||||
/** Core */
|
||||
implementation(projects.core.decompose)
|
||||
implementation(projects.core.ui)
|
||||
api(projects.core.decompose)
|
||||
api(projects.core.ui)
|
||||
|
||||
/** Compose */
|
||||
api(deps.compose.foundation)
|
||||
implementation(deps.compose.runtime)
|
||||
implementation(deps.compose.foundation)
|
||||
implementation(deps.compose.ui)
|
||||
}
|
||||
|
|
@ -12,9 +12,9 @@ android {
|
|||
|
||||
dependencies {
|
||||
/** Core */
|
||||
implementation(projects.core.decompose)
|
||||
implementation(projects.core.res)
|
||||
api(projects.core.decompose)
|
||||
implementation(projects.core.ui)
|
||||
implementation(projects.core.utils)
|
||||
|
||||
/** Common */
|
||||
implementation(projects.common.ui)
|
||||
|
|
@ -23,11 +23,16 @@ dependencies {
|
|||
implementation(projects.features.virtualAccounts.main.api)
|
||||
|
||||
/** Compose */
|
||||
implementation(deps.compose.foundation)
|
||||
api(deps.compose.foundation)
|
||||
implementation(deps.compose.material3)
|
||||
implementation(deps.compose.ui)
|
||||
implementation(deps.compose.ui.tooling)
|
||||
|
||||
/** Other */
|
||||
implementation(deps.androidx.appCompat)
|
||||
implementation(deps.decompose)
|
||||
implementation(deps.kotlin.coroutines)
|
||||
|
||||
/** DI */
|
||||
implementation(deps.hilt.android)
|
||||
kapt(deps.hilt.kapt)
|
||||
|
|
|
|||
|
|
@ -10,12 +10,9 @@ android {
|
|||
|
||||
dependencies {
|
||||
/** Core */
|
||||
implementation(projects.core.decompose)
|
||||
implementation(projects.core.ui)
|
||||
api(projects.core.decompose)
|
||||
api(projects.core.ui)
|
||||
|
||||
/** Domain */
|
||||
implementation(projects.domain.models)
|
||||
|
||||
/** Compose */
|
||||
implementation(deps.compose.runtime)
|
||||
api(projects.domain.models)
|
||||
}
|
||||
|
|
@ -12,22 +12,21 @@ android {
|
|||
|
||||
dependencies {
|
||||
/** Core */
|
||||
implementation(projects.core.decompose)
|
||||
api(projects.core.decompose)
|
||||
api(projects.core.utils)
|
||||
implementation(projects.core.error)
|
||||
implementation(projects.core.ui)
|
||||
implementation(projects.core.utils)
|
||||
|
||||
/** Common */
|
||||
implementation(projects.common.routing)
|
||||
implementation(projects.common.ui)
|
||||
api(projects.common.routing)
|
||||
|
||||
/** Api */
|
||||
implementation(projects.features.virtualAccounts.onboarding.api)
|
||||
api(projects.features.virtualAccounts.onboarding.api)
|
||||
|
||||
/** Domain */
|
||||
implementation(projects.domain.common)
|
||||
api(projects.domain.common)
|
||||
api(projects.domain.visa)
|
||||
implementation(projects.domain.models)
|
||||
implementation(projects.domain.visa)
|
||||
|
||||
/** Compose */
|
||||
implementation(deps.compose.foundation)
|
||||
|
|
@ -41,5 +40,9 @@ dependencies {
|
|||
kapt(deps.hilt.kapt)
|
||||
|
||||
/** Other */
|
||||
implementation(deps.androidx.appCompat)
|
||||
implementation(deps.arrow.core)
|
||||
implementation(deps.kotlin.coroutines)
|
||||
implementation(deps.lifecycle.compose)
|
||||
implementation(deps.lifecycle.runtime.ktx)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue