Added Compose compiler metrics generation command to README.md

pull/751/head
Alejandra Stamato 2 years ago
parent c64cf13b4e
commit 96c7ada651

@ -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

Loading…
Cancel
Save