Updated on 2026-08-14
This commit is contained in:
parent
b8898092fb
commit
696c958901
15 changed files with 152 additions and 160 deletions
|
|
@ -10,13 +10,13 @@ android {
|
|||
|
||||
dependencies {
|
||||
/** AndroidX */
|
||||
implementation(deps.androidx.fragment.ktx)
|
||||
implementation(deps.androidx.annotation)
|
||||
|
||||
/** Core */
|
||||
implementation(projects.core.decompose)
|
||||
implementation(projects.core.ui)
|
||||
implementation(projects.core.analytics.models)
|
||||
api(projects.core.analytics.models)
|
||||
api(projects.core.decompose)
|
||||
api(projects.core.ui)
|
||||
|
||||
/** Common */
|
||||
implementation(projects.common.routing)
|
||||
api(projects.common.routing)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue