Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions kotlin-multiplatform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,22 @@
}%%

graph LR
:about["about"]
:compose["compose"]
:compose["compose"]
:core["core"]
:koin["koin"]
:about["about"]
:compose["compose"]
:koin["koin"]
subgraph :sample
:sample:composeApp["composeApp"]
end

:about --> :compose
:compose --> :core
:koin --> :about
:koin --> :compose
:koin --> :core
:sample:composeApp --> :koin

classDef kotlin-multiplatform fill:#C792EA,stroke:#fff,stroke-width:2px,color:#fff;
classDef android-application fill:#2C4162,stroke:#fff,stroke-width:2px,color:#fff;
class :about kotlin-multiplatform
class :compose kotlin-multiplatform
class :core kotlin-multiplatform
class :koin kotlin-multiplatform
Expand Down
1 change: 0 additions & 1 deletion kotlin-multiplatform/about/.gitignore

This file was deleted.

101 changes: 0 additions & 101 deletions kotlin-multiplatform/about/build.gradle.kts

This file was deleted.

This file was deleted.

Loading
Loading