nowinandroid
nowinandroid copied to clipboard
[Documentation]: Differences between some dependency graph images and actual dependencies
Is there an existing issue for this?
- [X] I have searched the existing issues
Page URL (type "NEW" for a new page suggestion)
https://github.com/android/nowinandroid/blob/main/docs/images/graphs/dep_graph_core_data.png
What's the documentation problem or suggestion?
The dependency graph images have been very helpful in understanding the module dependencies. However, there are differences between the images and the actual implementation.
For instance, the core:data
module depends on the core:database
module, but this is not reflected in the diagram.
https://github.com/android/nowinandroid/blob/main/docs/images/graphs/dep_graph_core_data.png
https://github.com/android/nowinandroid/blob/main/core/data/build.gradle.kts
There are also some other modules where the diagram is not accurate.
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
See https://github.com/android/nowinandroid/pull/310#issuecomment-1272579343
ok, so few months (since last comment here) passed, we know that those graphs are auto generated so:
- the generated graphs are outdated
- or they have an error
please fix it