Fixed
Status Update
Comments
m....@gmail.com <m....@gmail.com> #4
Wait what? Marked as fixed?. Fixed where good sir? Would the fix be out in some new compose version?
ch...@google.com <ch...@google.com> #5
In the change above, the following classes are now intrinsically treated as stable,
com.google.common.collect.ImmutableList
com.google.common.collect.ImmutableEnumMap
com.google.common.collect.ImmutableMap
com.google.common.collect.ImmutableEnumSet
com.google.common.collect.ImmutableSet
kotlinx.collections.immutable.ImmutableList
kotlinx.collections.immutable.ImmutableSet
kotlinx.collections.immutable.ImmutableMap
This does not require a new library, a recent compiler plugin is sufficient.
sw...@gmail.com <sw...@gmail.com> #6
Created an issue which might be related to this:
Description
I have this code
Whenever the checkbox is toggled with , recomposition occurs which shouldn't be the case. I generated my compiler reports and it also confirmed the "contacts" argument in ContactDetails composable as unstable.