create

suspend fun create(root: ProjectDepth): Graphviz(source)

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

Return

the graph model for this dependency graph

Since

0.12.0

Parameters

root

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