Skip to content

Commit

Permalink
update module graph
Browse files Browse the repository at this point in the history
  • Loading branch information
Tewelde, Fethi (F.) committed Dec 8, 2024
1 parent 48ccc1c commit acb7083
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,23 @@ rijksmuseum.key.password=#Add your key password
}%%
graph LR
:composeApp --> :core:designsystem
:composeApp --> :feature:arts
:composeApp --> :feature:detail
:core:network --> :core:model
:core:data --> :core:common
:core:data --> :core:model
:core:data --> :core:network
:core:data --> :core:model
:core:domain --> :core:common
:core:domain --> :core:model
:core:domain --> :core:data
:core:domain --> :core:model
:feature:detail --> :core:common
:feature:detail --> :core:model
:feature:detail --> :core:permissions
:feature:detail --> :core:domain
:feature:detail --> :core:designsystem
:core:designsystem --> :core:common
:feature:arts --> :core:common
:feature:arts --> :core:model
:feature:arts --> :core:domain
:feature:arts --> :core:model
:feature:arts --> :core:designsystem
```
```

0 comments on commit acb7083

Please sign in to comment.