Skip to content

Commit

Permalink
docs: Update compiler-metrics.md (#909)
Browse files Browse the repository at this point in the history
## Proposed Changes
- Add `/` to gradlew command because it was missing.
## Testing
Test: N/A
  • Loading branch information
sanao1006 authored and mazunin-v-jb committed Dec 7, 2023
1 parent e4f41ef commit 8c2ad22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose/compiler/design/compiler-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ To enable compiler metrics for a build target include `-Pandroidx.enableComposeC
prior to the build target such as:

```
.gradlew -Pandroidx.enableComposeCompilerMetrics=true :compose:runtime:runtime:compileKotlin
./gradlew -Pandroidx.enableComposeCompilerMetrics=true :compose:runtime:runtime:compileKotlin
```

To enable compiler reports for a build target include `-Pandroidx.enableComposeCompilerReports=true`
prior to the build target such as:

```
.gradlew -Pandroidx.enableComposeCompilerReports=true :compose:runtime:runtime:compileKotlin
./gradlew -Pandroidx.enableComposeCompilerReports=true :compose:runtime:runtime:compileKotlin
```

### Other Gradle projects
Expand Down

0 comments on commit 8c2ad22

Please sign in to comment.