|
|
@ -26,24 +26,24 @@ graph TB
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
:core:data -.-> :core:analytics
|
|
|
|
:core:data -.-> :core:analytics
|
|
|
|
:core:data ---> :core:common
|
|
|
|
:core:data --> :core:common
|
|
|
|
:core:data ---> :core:database
|
|
|
|
:core:data --> :core:database
|
|
|
|
:core:data ---> :core:datastore
|
|
|
|
:core:data --> :core:datastore
|
|
|
|
:core:data ---> :core:network
|
|
|
|
:core:data --> :core:network
|
|
|
|
:core:data -.-> :core:notifications
|
|
|
|
:core:data -.-> :core:notifications
|
|
|
|
:core:database ---> :core:model
|
|
|
|
:core:database --> :core:model
|
|
|
|
:core:datastore -.-> :core:common
|
|
|
|
:core:datastore -.-> :core:common
|
|
|
|
:core:datastore ---> :core:datastore-proto
|
|
|
|
:core:datastore --> :core:datastore-proto
|
|
|
|
:core:datastore ---> :core:model
|
|
|
|
:core:datastore --> :core:model
|
|
|
|
:core:network ---> :core:common
|
|
|
|
:core:network --> :core:common
|
|
|
|
:core:network ---> :core:model
|
|
|
|
:core:network --> :core:model
|
|
|
|
:core:notifications -.-> :core:common
|
|
|
|
:core:notifications -.-> :core:common
|
|
|
|
:core:notifications ---> :core:model
|
|
|
|
:core:notifications --> :core:model
|
|
|
|
:core:testing ---> :core:analytics
|
|
|
|
:core:testing --> :core:analytics
|
|
|
|
:core:testing ---> :core:common
|
|
|
|
:core:testing --> :core:common
|
|
|
|
:core:testing ---> :core:data
|
|
|
|
:core:testing --> :core:data
|
|
|
|
:core:testing ---> :core:model
|
|
|
|
:core:testing --> :core:model
|
|
|
|
:core:testing ---> :core:notifications
|
|
|
|
:core:testing --> :core:notifications
|
|
|
|
|
|
|
|
|
|
|
|
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
|
|
|
|
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
|
|
|
|
classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000;
|
|
|
|
classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000;
|
|
|
@ -52,4 +52,26 @@ classDef android-test fill:#A0C4FF,stroke:#000,stroke-width:2px,color:#000;
|
|
|
|
classDef jvm-library fill:#BDB2FF,stroke:#000,stroke-width:2px,color:#000;
|
|
|
|
classDef jvm-library fill:#BDB2FF,stroke:#000,stroke-width:2px,color:#000;
|
|
|
|
classDef unknown fill:#FFADAD,stroke:#000,stroke-width:2px,color:#000;
|
|
|
|
classDef unknown fill:#FFADAD,stroke:#000,stroke-width:2px,color:#000;
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<details><summary>📋 Graph legend</summary>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```mermaid
|
|
|
|
|
|
|
|
graph TB
|
|
|
|
|
|
|
|
application[application]:::android-application
|
|
|
|
|
|
|
|
feature[feature]:::android-feature
|
|
|
|
|
|
|
|
library[library]:::android-library
|
|
|
|
|
|
|
|
jvm[jvm]:::jvm-library
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
application -.-> feature
|
|
|
|
|
|
|
|
library --> jvm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
|
|
|
|
|
|
|
|
classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000;
|
|
|
|
|
|
|
|
classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000;
|
|
|
|
|
|
|
|
classDef android-test fill:#A0C4FF,stroke:#000,stroke-width:2px,color:#000;
|
|
|
|
|
|
|
|
classDef jvm-library fill:#BDB2FF,stroke:#000,stroke-width:2px,color:#000;
|
|
|
|
|
|
|
|
classDef unknown fill:#FFADAD,stroke:#000,stroke-width:2px,color:#000;
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</details>
|
|
|
|
<!--endregion-->
|
|
|
|
<!--endregion-->
|
|
|
|