SIGN IN SIGN UP
android / nowinandroid UNCLAIMED

A fully functional Android app built entirely with Kotlin and Jetpack Compose

0 0 52 Kotlin
2025-08-31 14:23:23 +02:00
# `:core:notifications`
## Module dependency graph
2025-08-31 14:23:23 +02:00
<!--region graph-->
```mermaid
---
config:
layout: elk
elk:
nodePlacementStrategy: SIMPLE
---
graph TB
subgraph :core
direction TB
:core:common[common]:::jvm-library
:core:model[model]:::jvm-library
2025-08-31 14:23:23 +02:00
:core:notifications[notifications]:::android-library
end
:core:notifications -.-> :core:common
2025-09-20 11:45:37 +02:00
:core:notifications --> :core:model
2025-08-31 14:23:23 +02:00
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;
2025-08-31 14:23:23 +02:00
```
2025-09-20 11:45:37 +02:00
<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>
2025-08-31 14:23:23 +02:00
<!--endregion-->