diff --git a/README.md b/README.md index dec8ec961..9aca22cbd 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,9 @@ Run the following command to get and analyse compose compiler metrics: ./gradlew assembleRelease -PenableComposeCompilerMetrics=true -PenableComposeCompilerReports=true ``` +The reports files will be added to build/compose-reports in each module. The metrics files will be +added to build/compose-metrics in each module. + For more information on Compose compiler metrics, see [this blog post](https://medium.com/androiddevelopers/jetpack-compose-stability-explained-79c10db270c8). # License