Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Fix typo in readme (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
oas004 authored Jan 22, 2023
1 parent 508612d commit a246d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ data class UnstableClass(

This is because the class parameter is a var.

If you want to read more about `@Stable` classes and performance i would recommend [this](https://medium.com/androiddevelopers/jetpack-compose-stability-explained-79c10db270c8) blogpost.
If you want to read more about `@Stable` classes and performance I would recommend [this](https://medium.com/androiddevelopers/jetpack-compose-stability-explained-79c10db270c8) blogpost.

If you want to limit the amount of inferred unstable classes, you can configure the `VerifyComposeMetricsConfig` with a `inferredUnstableClassThreshold`.
This will make the `./gradlew verifyComposeMetrics` task fail if the module has crossed the threshold. If you just want it to print a warning, you can
Expand Down

0 comments on commit a246d46

Please sign in to comment.