what should I use to make mutableList updated prop...
# compose
s
what should I use to make mutableList updated properly in compose?
l
mutableStateListOf works well for Android-only code.
a
Use immutable lists with a mutable state.