criticalPath
Returns the longest dependency chain (critical path) in the project. Useful for understanding which modules most constrain build parallelism.
Only main (non-test) edges are followed - test edges do not affect production build order.