mobile-wallet/core/data
2025-09-04 21:11:46 +01:00
..
src fix(home, history): see all; sorting; empty state; per-tab scroll; top bar (#1912) 2025-09-04 21:11:46 +01:00
.gitignore fix: re arch the modules 2024-01-28 10:29:01 -05:00
build.gradle.kts chore(build-logic): add missing dependencies to version catalog and complete build logic setup (#1894) 2025-07-29 21:20:16 +05:30
proguard-rules.pro fix: re arch the modules 2024-01-28 10:29:01 -05:00
README.md docs: Update module dependency graphs (#1844) 2025-01-23 11:56:04 -05:00

Module Graph

%%{
  init: {
    'theme': 'neutral'
  }
}%%

graph LR
  subgraph :core
    :core:data["data"]
    :core:common["common"]
    :core:datastore["datastore"]
    :core:model["model"]
    :core:network["network"]
    :core:analytics["analytics"]
  end
  :core:data --> :core:common
  :core:data --> :core:datastore
  :core:data --> :core:model
  :core:data --> :core:network
  :core:data --> :core:analytics

:core:data module

Dependency graph

Dependency graph