I'm starting to notice some jank in my app and I believe the cause is composables being re-composed when they should not.
I've detected a few user interactions that trigger unnecessary recompositions but I can't put my finger into what is causing the re-composition. I've added breakpoints in every place where I modify the state and still can find what is triggering the recomposition.
Does AS provide a way to debug this kind of thing?