eagerGraph

val eagerGraph: Graph<String>(source)

The "eager" dependency graph containing only non-deferrable edges. Useful for cycle detection and critical path analysis where deferred dependencies (Provider, Lazy) don't contribute.