Updated on 2026-08-14
This commit is contained in:
parent
58d57d7b85
commit
5b02239896
4 changed files with 130 additions and 2 deletions
|
|
@ -1,6 +1,8 @@
|
|||
plugins {
|
||||
alias(deps.plugins.android.library)
|
||||
alias(deps.plugins.kotlin.android)
|
||||
alias(deps.plugins.kotlin.kapt)
|
||||
alias(deps.plugins.hilt.android)
|
||||
id("configuration")
|
||||
}
|
||||
|
||||
|
|
@ -25,4 +27,9 @@ dependencies {
|
|||
|
||||
implementation(deps.test.junit)
|
||||
implementation(deps.test.truth)
|
||||
|
||||
// region DI
|
||||
implementation(deps.hilt.android)
|
||||
kapt(deps.hilt.kapt)
|
||||
// end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue