nowinandroid icon indicating copy to clipboard operation
nowinandroid copied to clipboard

[Documentation]: Differences between some dependency graph images and actual dependencies

Open ntsk opened this issue 1 year ago • 1 comments

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

ntsk avatar Sep 21 '23 13:09 ntsk

See https://github.com/android/nowinandroid/pull/310#issuecomment-1272579343

SimonMarquis avatar Sep 21 '23 16:09 SimonMarquis

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

nienienienie avatar Jan 01 '24 12:01 nienienienie