-
-
Save skydoves/c59af4016126131c0eb1f82a9b0c8693 to your computer and use it in GitHub Desktop.
TraceRecomposition3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @TraceRecomposition(threshold = 3) | |
| @Composable | |
| fun FrequentlyRecomposingScreen() { | |
| // Logs will only appear after the 3rd recomposition | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment