graphMetadataDir

val MetroArtifacts.graphMetadataDir: Provider<Directory>(source)

Directory containing machine-readable graph metadata JSON files.

This directory contains one JSON file per dependency graph, with detailed information about bindings, dependencies, scopes, and more. Each file follows the naming pattern graph-{fully.qualified.GraphName}.json.

The directory structure is: {reportsDestination}/{targetName}/{compilationName}/graph-metadata/

This artifact is primarily intended for CI validation, automated analysis, and tooling that needs programmatic access to Metro's dependency graph structure.