Updated on 2026-08-14
This commit is contained in:
parent
e864746d2b
commit
8f09a5e87f
16 changed files with 539 additions and 17 deletions
|
|
@ -19,6 +19,9 @@ dependencies {
|
|||
implementation(projects.domain.models)
|
||||
implementation(projects.domain.addressBook)
|
||||
|
||||
/** Common */
|
||||
implementation(projects.common.ui)
|
||||
|
||||
/** Core modules */
|
||||
implementation(projects.core.configToggles)
|
||||
implementation(projects.core.decompose)
|
||||
|
|
@ -41,4 +44,7 @@ dependencies {
|
|||
|
||||
/** Other */
|
||||
implementation(deps.kotlin.immutable.collections)
|
||||
|
||||
/** Tests */
|
||||
testImplementation(projects.test.core)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue