mobile-wallet/core/domain
Shreyash Borde 72c988bb08
test: Add Unit Test for :feature:auth module (#1871)
Co-authored-by: Hekmatullah <hekmatullah.aminullah2@gmail.com>
2025-07-16 10:08:35 +05:30
..
src/commonMain/kotlin/org/mifospay/core/domain test: Add Unit Test for :feature:auth module (#1871) 2025-07-16 10:08:35 +05:30
.gitignore Merge kmm-impl into dev (#1813) 2024-11-06 10:22:46 -05:00
build.gradle.kts test: Add Unit Test for :feature:auth module (#1871) 2025-07-16 10:08:35 +05:30
proguard-rules.pro Merge kmm-impl into dev (#1813) 2024-11-06 10:22:46 -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:domain["domain"]
    :core:common["common"]
    :core:data["data"]
    :core:model["model"]
  end
  :core:domain --> :core:common
  :core:domain --> :core:data
  :core:domain --> :core:model

:core:domain module

Dependency graph

Dependency graph