Updated on 2026-08-14
This commit is contained in:
parent
505413483e
commit
f1342cfeb1
19 changed files with 241 additions and 255 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue