reportsDestination
Save Compose build reports to this folder.
When specified, the Compose compiler will dump reports about the compilation, which can be useful when manually optimizing your application's runtime performance. These reports include information on which of your composable functions are skippable, which are restartable, which are readonly, etc.
For more information, see these links: