reportsDir

abstract val reportsDir: Provider<Directory>(source)

Directory containing all Metro reports for this compilation.

This is the base directory for all Metro reports (graph metadata, cycle reports, logs, etc.)

The structure is: {reportsDestination}/{targetName}/{compilationName}/

  • targetName subdir may be skipped if blank/not applicable.