Updated on 2026-08-14
This commit is contained in:
parent
4cd1bb77a1
commit
23544541cf
15 changed files with 189 additions and 198 deletions
|
|
@ -11,11 +11,10 @@ android {
|
|||
|
||||
dependencies {
|
||||
/* Project - Core */
|
||||
implementation(projects.core.decompose)
|
||||
implementation(projects.core.ui)
|
||||
api(projects.core.decompose)
|
||||
api(projects.core.ui)
|
||||
|
||||
/* Compose */
|
||||
implementation(deps.kotlin.immutable.collections)
|
||||
implementation(deps.compose.runtime)
|
||||
implementation(projects.common.routing)
|
||||
api(deps.kotlin.immutable.collections)
|
||||
api(projects.common.routing)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue