Updated on 2026-08-14

This commit is contained in:
Tangem 2023-08-14 18:05:43 +03:00
parent eef7bac933
commit fc173d3a1f
18 changed files with 190 additions and 7 deletions

View file

@ -108,6 +108,8 @@ include(":domain:wallets")
include(":domain:wallets:models")
include(":domain:txhistory")
include(":domain:txhistory:models")
include(":domain:app-currency")
include(":domain:app-currency:models")
// endregion Domain modules
// region Data modules
@ -117,4 +119,5 @@ include(":data:tokens")
include(":data:source:preferences")
include(":data:settings")
include(":data:txhistory")
include(":data:app-currency")
// endregion Data modules