create

suspend fun create(root: ProjectDepth): Graphviz

Creates a Graphviz model of a dependency graph from a given ProjectDepth root.

Return

the graph model for this dependency graph

Parameters

root

the root of the dependency graph, starting at a single SourceSet

Sources

Link copied to clipboard