Exercises in futility: Jetpack Compose Recomposition
Compose is fun. I do get the feeling that there are quite a few “gotchas” when working with it, though. Here are a few questions that kept bugging me: * Are all functions equal in the eyes of the compiler? * Are suspend functions stable/immutable? * Do recomposition scopes even matter much?