|
1 | | -# :app module |
2 | | -## Dependency graph |
3 | | - |
| 1 | +# `:app` |
| 2 | + |
| 3 | +## Module dependency graph |
| 4 | + |
| 5 | +<!--region graph--> |
| 6 | +```mermaid |
| 7 | +--- |
| 8 | +config: |
| 9 | + layout: elk |
| 10 | + elk: |
| 11 | + nodePlacementStrategy: SIMPLE |
| 12 | +--- |
| 13 | +graph TB |
| 14 | + subgraph :core |
| 15 | + direction TB |
| 16 | + :core:analytics[analytics]:::android-library |
| 17 | + :core:common[common]:::jvm-library |
| 18 | + :core:data[data]:::android-library |
| 19 | + :core:database[database]:::android-library |
| 20 | + :core:datastore[datastore]:::android-library |
| 21 | + :core:datastore-proto[datastore-proto]:::android-library |
| 22 | + :core:designsystem[designsystem]:::android-library |
| 23 | + :core:domain[domain]:::android-library |
| 24 | + :core:model[model]:::jvm-library |
| 25 | + :core:network[network]:::android-library |
| 26 | + :core:notifications[notifications]:::android-library |
| 27 | + :core:ui[ui]:::android-library |
| 28 | + end |
| 29 | + subgraph :feature |
| 30 | + direction TB |
| 31 | + :feature:bookmarks[bookmarks]:::android-feature |
| 32 | + :feature:foryou[foryou]:::android-feature |
| 33 | + :feature:interests[interests]:::android-feature |
| 34 | + :feature:search[search]:::android-feature |
| 35 | + :feature:settings[settings]:::android-feature |
| 36 | + :feature:topic[topic]:::android-feature |
| 37 | + end |
| 38 | + subgraph :sync |
| 39 | + direction TB |
| 40 | + :sync:work[work]:::android-library |
| 41 | + end |
| 42 | + :benchmarks[benchmarks]:::android-test |
| 43 | + :app[app]:::android-application |
| 44 | +
|
| 45 | + :app -.->|baselineProfile| :benchmarks |
| 46 | + :app -.-> :core:analytics |
| 47 | + :app -.-> :core:common |
| 48 | + :app -.-> :core:data |
| 49 | + :app -.-> :core:designsystem |
| 50 | + :app -.-> :core:model |
| 51 | + :app -.-> :core:ui |
| 52 | + :app -.-> :feature:bookmarks |
| 53 | + :app -.-> :feature:foryou |
| 54 | + :app -.-> :feature:interests |
| 55 | + :app -.-> :feature:search |
| 56 | + :app -.-> :feature:settings |
| 57 | + :app -.-> :feature:topic |
| 58 | + :app -.-> :sync:work |
| 59 | + :benchmarks -.->|testedApks| :app |
| 60 | + :core:data -.-> :core:analytics |
| 61 | + :core:data ---> :core:common |
| 62 | + :core:data ---> :core:database |
| 63 | + :core:data ---> :core:datastore |
| 64 | + :core:data ---> :core:network |
| 65 | + :core:data -.-> :core:notifications |
| 66 | + :core:database ---> :core:model |
| 67 | + :core:datastore -.-> :core:common |
| 68 | + :core:datastore ---> :core:datastore-proto |
| 69 | + :core:datastore ---> :core:model |
| 70 | + :core:domain ---> :core:data |
| 71 | + :core:domain ---> :core:model |
| 72 | + :core:network ---> :core:common |
| 73 | + :core:network ---> :core:model |
| 74 | + :core:notifications -.-> :core:common |
| 75 | + :core:notifications ---> :core:model |
| 76 | + :core:ui ---> :core:analytics |
| 77 | + :core:ui ---> :core:designsystem |
| 78 | + :core:ui ---> :core:model |
| 79 | + :feature:bookmarks -.-> :core:data |
| 80 | + :feature:bookmarks -.-> :core:designsystem |
| 81 | + :feature:bookmarks -.-> :core:ui |
| 82 | + :feature:foryou -.-> :core:data |
| 83 | + :feature:foryou -.-> :core:designsystem |
| 84 | + :feature:foryou -.-> :core:domain |
| 85 | + :feature:foryou -.-> :core:notifications |
| 86 | + :feature:foryou -.-> :core:ui |
| 87 | + :feature:interests -.-> :core:data |
| 88 | + :feature:interests -.-> :core:designsystem |
| 89 | + :feature:interests -.-> :core:domain |
| 90 | + :feature:interests -.-> :core:ui |
| 91 | + :feature:search -.-> :core:data |
| 92 | + :feature:search -.-> :core:designsystem |
| 93 | + :feature:search -.-> :core:domain |
| 94 | + :feature:search -.-> :core:ui |
| 95 | + :feature:settings -.-> :core:data |
| 96 | + :feature:settings -.-> :core:designsystem |
| 97 | + :feature:settings -.-> :core:ui |
| 98 | + :feature:topic -.-> :core:data |
| 99 | + :feature:topic -.-> :core:designsystem |
| 100 | + :feature:topic -.-> :core:ui |
| 101 | + :sync:work -.-> :core:analytics |
| 102 | + :sync:work -.-> :core:data |
| 103 | + :sync:work -.-> :core:notifications |
| 104 | +
|
| 105 | +classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; |
| 106 | +classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000; |
| 107 | +classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; |
| 108 | +classDef android-test fill:#A0C4FF,stroke:#000,stroke-width:2px,color:#000; |
| 109 | +classDef jvm-library fill:#BDB2FF,stroke:#000,stroke-width:2px,color:#000; |
| 110 | +classDef unknown fill:#FFADAD,stroke:#000,stroke-width:2px,color:#000; |
| 111 | +``` |
| 112 | +<!--endregion--> |
0 commit comments