Updated on 2026-08-14
This commit is contained in:
parent
216796ed09
commit
0eae1c84fa
11 changed files with 207 additions and 125 deletions
|
|
@ -10,12 +10,25 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
api(projects.core.utils)
|
||||
|
||||
api(deps.decompose)
|
||||
api(deps.androidx.appCompat)
|
||||
implementation(deps.kotlin.coroutines)
|
||||
|
||||
// region DI
|
||||
implementation(deps.hilt.core)
|
||||
kapt(deps.hilt.kapt)
|
||||
// endregion
|
||||
|
||||
// region Kotlin
|
||||
api(deps.kotlin.coroutines)
|
||||
// endregion
|
||||
|
||||
// region AndroidX
|
||||
api(deps.androidx.appCompat)
|
||||
// endregion
|
||||
|
||||
// region Other libraries
|
||||
api(deps.decompose)
|
||||
// endregion
|
||||
|
||||
// region Core modules
|
||||
api(projects.core.utils)
|
||||
// endregion
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue