mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 00:07:05 +05:30
feat(build): remove modulegraph plugin
I don't care
This commit is contained in:
parent
6f1c1b3629
commit
925158b149
3 changed files with 0 additions and 41 deletions
29
README.md
29
README.md
|
@ -18,35 +18,6 @@ Unofficial Android app for read-only access to [lobste.rs](https://lobste.rs), b
|
|||
alt="A grid of screenshots from the app, in clockwise order: the main screen, the comments page, the search page and the saved posts page"
|
||||
width="550" />
|
||||
|
||||
## Module dependency graph
|
||||
|
||||
```mermaid
|
||||
%%{
|
||||
init: {
|
||||
'theme': 'dark'
|
||||
}
|
||||
}%%
|
||||
|
||||
graph TB
|
||||
|
||||
subgraph database
|
||||
core
|
||||
impl
|
||||
end
|
||||
model --> core
|
||||
benchmark --> android
|
||||
impl --> core
|
||||
android --> api
|
||||
android --> common
|
||||
android --> core
|
||||
android --> impl
|
||||
android --> model
|
||||
android --> benchmark
|
||||
api --> model
|
||||
common --> core
|
||||
common --> model
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
See [LICENSE](LICENSE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue