Skip to content

Conversation

ivanalvarado
Copy link
Owner

Summary

  • Output the generated graph to dot file format in project build directory

Sample

sample/sample-jvm-module/build/graph.dot

strict digraph G {
  _sample_jvm_module [ label=":sample-jvm-module" ];
  _sample_android_module [ label=":sample-android-module" ];
  _sample_android_module -> _sample_jvm_module [ label="implementation" ];
}

Executing the following command:

dot -Tpng sample-jvm-module/build/graph.dot -o sample-jvm-module/build/graph.png

Renders
sample/sample-jvm-module/build/graph.png
image

@ivanalvarado ivanalvarado merged commit c39cad3 into main Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant