Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-03 11:52:19 +01:00
parent c7941ee1f7
commit 2b327fd3e9
32 changed files with 853 additions and 0 deletions

View file

@ -370,6 +370,7 @@ include(":domain:wallet-manager:models")
include(":domain:yield-supply")
include(":domain:yield-supply:models")
include(":domain:news")
include(":domain:earn")
// endregion Domain modules
// region Data modules
@ -406,4 +407,5 @@ include(":data:express")
include(":data:wallet-manager")
include(":data:yield-supply")
include(":data:news")
include(":data:earn")
// endregion Data modules