From ca8b22e798f01aa7df87c1d2fe1babd15b341b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mlynari=C4=8D?= Date: Fri, 26 May 2023 12:07:38 +0200 Subject: [PATCH] Update README Change-Id: I36e98760b254be00d591d8d719dcbc57a8dd8d62 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9aca22cbd..cb97c2a6b 100644 --- a/README.md +++ b/README.md @@ -159,8 +159,8 @@ 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. +The reports files will be added to build/compose-reports in root folder. The metrics files will also be +added to build/compose-metrics in root folder. For more information on Compose compiler metrics, see [this blog post](https://medium.com/androiddevelopers/jetpack-compose-stability-explained-79c10db270c8).