feat(build): remove modulegraph plugin

I don't care
This commit is contained in:
Harsh Shandilya 2023-11-20 12:32:51 +05:30
parent 6f1c1b3629
commit 925158b149
No known key found for this signature in database
3 changed files with 0 additions and 41 deletions

View file

@ -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)