mobile-wallet/core/datastore
2025-07-29 21:20:16 +05:30
..
src fix: Fixed Desktop Build & Added Firebase App Distribution (#1816) 2024-11-19 12:17:20 -05: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
consumer-rules.pro feat: Login clean and final jetpack compose 2024-03-17 21:46:46 -04: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:datastore["datastore"]
    :core:model["model"]
    :core:common["common"]
  end
  :core:datastore --> :core:model
  :core:datastore --> :core:common

:core:datastore module

Dependency graph

Dependency graph