Updated on 2026-08-14
This commit is contained in:
parent
58bbe85f29
commit
3466a64574
21 changed files with 256 additions and 285 deletions
|
|
@ -1,15 +1,15 @@
|
|||
plugins {
|
||||
kotlin("jvm")
|
||||
kotlin("kapt")
|
||||
alias(deps.plugins.kotlin.jvm)
|
||||
alias(deps.plugins.kotlin.kapt)
|
||||
id("configuration")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
/** DI */
|
||||
implementation(Library.hiltCore)
|
||||
kapt(Library.hiltKapt)
|
||||
implementation(deps.hilt.core)
|
||||
kapt(deps.hilt.kapt)
|
||||
|
||||
/** Coroutines */
|
||||
implementation(Library.coroutine)
|
||||
implementation(deps.kotlin.coroutines)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue