edges property
File -> the project files it depends on.
ImportGraph.build guarantees every target is also a key. A graph made by hand need not: a target that is not a key is treated as a leaf.
Implementation
final Map<String, Set<String>> edges;
File -> the project files it depends on.
ImportGraph.build guarantees every target is also a key. A graph made by hand need not: a target that is not a key is treated as a leaf.
final Map<String, Set<String>> edges;