Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-23 13:17:08 +04:00
parent 428f1076f0
commit 850c904233
9 changed files with 399 additions and 74 deletions

View file

@ -69,4 +69,7 @@ dependencies {
/** DI */
implementation(deps.hilt.android)
kapt(deps.hilt.kapt)
}
/** Tests */
testImplementation(projects.test.core)
}