Updated on 2026-08-14
This commit is contained in:
parent
7095ceec0f
commit
82506a1c9c
29 changed files with 239 additions and 997 deletions
|
|
@ -18,8 +18,6 @@ tasks.withType<Test>().configureEach {
|
|||
dependencies {
|
||||
/** Api */
|
||||
implementation(projects.features.commonFeatures.api)
|
||||
// todo swap delete after move portfolio selector
|
||||
implementation(projects.features.account.api)
|
||||
implementation(projects.features.wallet.api)
|
||||
implementation(projects.features.tokenRecieve.api)
|
||||
|
||||
|
|
@ -57,6 +55,7 @@ dependencies {
|
|||
|
||||
/** Common */
|
||||
implementation(projects.common.ui)
|
||||
implementation(projects.common.uiCharts)
|
||||
implementation(projects.common.uiMarkets)
|
||||
implementation(projects.common.routing)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue