mifos-mobile/cmp-desktop
2025-10-07 12:15:54 -04:00
..
icons chore(workflows,fastlane): configure macOS App Store distribution for desktop app (lanes, workflow, screenshots) (#2976) 2025-10-07 12:15:54 -04:00
src/jvmMain/kotlin refactor: enhance navigation and screens (#2858) 2025-07-13 22:02:57 +05:30
.gitignore feat: Setup application modules (#2760) 2025-05-13 12:38:24 -04:00
build.gradle.kts chore(workflows,fastlane): configure macOS App Store distribution for desktop app (lanes, workflow, screenshots) (#2976) 2025-10-07 12:15:54 -04:00
compose-desktop.pro feat: Setup application modules (#2760) 2025-05-13 12:38:24 -04:00
entitlements.plist chore(workflows,fastlane): configure macOS App Store distribution for desktop app (lanes, workflow, screenshots) (#2976) 2025-10-07 12:15:54 -04:00
README.md feat: Setup application modules (#2760) 2025-05-13 12:38:24 -04:00
runtime-entitlements.plist chore(workflows,fastlane): configure macOS App Store distribution for desktop app (lanes, workflow, screenshots) (#2976) 2025-10-07 12:15:54 -04:00

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