mirror of
https://github.com/openMF/mifos-mobile.git
synced 2026-02-06 11:26:51 +00:00
| .. | ||
| icons | ||
| src/jvmMain/kotlin | ||
| .gitignore | ||
| build.gradle.kts | ||
| compose-desktop.pro | ||
| README.md | ||
Module Graph
%%{
init: {
'theme': 'neutral'
}
}%%
graph LR
subgraph :core
:core:common["common"]
:core:data["data"]
:core:model["model"]
:core:datastore["datastore"]
end
:mifos-desktop --> :core:common
:mifos-desktop --> :core:data
:mifos-desktop --> :core:model
:mifos-desktop --> :core:datastore
:mifos-desktop --> :mifos-shared