Updated on 2026-08-14
This commit is contained in:
parent
58bbe85f29
commit
3466a64574
21 changed files with 256 additions and 285 deletions
|
|
@ -1,8 +1,8 @@
|
|||
plugins {
|
||||
id("com.android.library")
|
||||
kotlin("android")
|
||||
kotlin("kapt")
|
||||
id("com.google.dagger.hilt.android")
|
||||
alias(deps.plugins.android.library)
|
||||
alias(deps.plugins.kotlin.android)
|
||||
alias(deps.plugins.kotlin.kapt)
|
||||
alias(deps.plugins.hilt.android)
|
||||
id("configuration")
|
||||
}
|
||||
|
||||
|
|
@ -14,9 +14,9 @@ dependencies {
|
|||
implementation(project(":features:swap:domain"))
|
||||
|
||||
/** Network */
|
||||
implementation(Library.retrofit)
|
||||
implementation(deps.retrofit)
|
||||
|
||||
/** DI */
|
||||
implementation(Library.hilt)
|
||||
kapt(Library.hiltKapt)
|
||||
implementation(deps.hilt.android)
|
||||
kapt(deps.hilt.kapt)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue