As someone who hasn’t done too much compose yet, should we be using <strong skipping mode>? We alre...
z
As someone who hasn’t done too much compose yet, should we be using strong skipping mode? We already work with completely immutable data for our UI data classes (no `var`s). I think this means we should be using strong skipping mode?
r
It's on by default in Kotlin 2.0.20
❤️ 2