Updated on 2026-08-14
This commit is contained in:
parent
b8898092fb
commit
696c958901
15 changed files with 152 additions and 160 deletions
|
|
@ -11,12 +11,9 @@ android {
|
|||
dependencies {
|
||||
|
||||
/* Project - Domain */
|
||||
implementation(projects.domain.models)
|
||||
api(projects.domain.models)
|
||||
|
||||
/* Project - Core */
|
||||
implementation(projects.core.decompose)
|
||||
implementation(projects.core.ui)
|
||||
|
||||
/* Compose */
|
||||
implementation(deps.compose.runtime)
|
||||
api(projects.core.decompose)
|
||||
api(projects.core.ui)
|
||||
}
|
||||
|
|
@ -13,33 +13,36 @@ android {
|
|||
dependencies {
|
||||
|
||||
/* Project - API */
|
||||
implementation(projects.features.pushNotificationSettings.api)
|
||||
api(projects.features.pushNotificationSettings.api)
|
||||
api(projects.features.walletSettings.api)
|
||||
implementation(projects.features.pushNotifications.api)
|
||||
implementation(projects.features.walletSettings.api)
|
||||
|
||||
/* Project - Core */
|
||||
implementation(projects.core.decompose)
|
||||
api(projects.core.analytics)
|
||||
api(projects.core.configToggles)
|
||||
api(projects.core.decompose)
|
||||
api(projects.core.navigation)
|
||||
api(projects.core.utils)
|
||||
implementation(projects.core.analytics.models)
|
||||
implementation(projects.core.ui)
|
||||
implementation(projects.core.configToggles)
|
||||
implementation(projects.core.navigation)
|
||||
implementation(projects.core.analytics)
|
||||
implementation(projects.core.utils)
|
||||
|
||||
/* Project - Domain */
|
||||
api(projects.domain.account)
|
||||
api(projects.domain.pushNotificationPreferences)
|
||||
implementation(projects.domain.models)
|
||||
implementation(projects.domain.account)
|
||||
implementation(projects.domain.pushNotificationPreferences)
|
||||
|
||||
/* AndroidX */
|
||||
implementation(deps.androidx.activity)
|
||||
implementation(deps.androidx.activity.compose)
|
||||
implementation(deps.androidx.annotation)
|
||||
implementation(deps.androidx.appCompat)
|
||||
implementation(deps.lifecycle.compose)
|
||||
|
||||
/* Compose */
|
||||
api(deps.compose.foundation)
|
||||
implementation(deps.compose.ui)
|
||||
implementation(deps.compose.foundation)
|
||||
implementation(deps.compose.material3)
|
||||
implementation(deps.compose.runtime)
|
||||
implementation(deps.compose.shimmer)
|
||||
implementation(deps.decompose.ext.compose)
|
||||
|
||||
/* DI */
|
||||
|
|
@ -48,7 +51,9 @@ dependencies {
|
|||
|
||||
/* Other */
|
||||
implementation(deps.arrow.core)
|
||||
implementation(deps.kotlin.coroutines)
|
||||
implementation(deps.kotlin.immutable.collections)
|
||||
implementation(deps.kotlin.serialization.core)
|
||||
|
||||
/* Tests */
|
||||
testImplementation(deps.test.junit5)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue