Updated on 2026-08-14
This commit is contained in:
parent
5c4f10f90e
commit
2cf60002a4
8 changed files with 61 additions and 11 deletions
|
|
@ -30,14 +30,18 @@ dependencies {
|
|||
implementation(projects.features.staking.api)
|
||||
|
||||
// region DI
|
||||
|
||||
implementation(deps.hilt.android)
|
||||
kapt(deps.hilt.kapt)
|
||||
|
||||
// endregion
|
||||
|
||||
// region Others dependencies
|
||||
|
||||
implementation(deps.androidx.datastore)
|
||||
implementation(deps.jodatime)
|
||||
implementation(deps.kotlin.coroutines)
|
||||
implementation(deps.kotlin.immutable.collections)
|
||||
implementation(deps.moshi)
|
||||
implementation(deps.moshi.kotlin)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue