Updated on 2026-08-14
This commit is contained in:
parent
50c3b57a91
commit
3d2ef29a24
13 changed files with 423 additions and 5 deletions
|
|
@ -24,6 +24,7 @@ dependencies {
|
|||
implementation(deps.compose.ui)
|
||||
implementation(deps.compose.ui.tooling)
|
||||
implementation(deps.compose.accompanist.systemUiController)
|
||||
implementation(deps.compose.coil)
|
||||
|
||||
/** DI */
|
||||
implementation(deps.hilt.android)
|
||||
|
|
@ -32,6 +33,7 @@ dependencies {
|
|||
/** Core modules */
|
||||
implementation(projects.core.featuretoggles)
|
||||
implementation(projects.core.ui)
|
||||
implementation(projects.core.navigation)
|
||||
|
||||
/** Feature Apis */
|
||||
implementation(projects.features.tokendetails.api)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue