Join Slack
Powered by
Are there mutable state set?
# compose
s
smallshen
03/04/2022, 8:42 AM
Are there mutable state set?
i
ildar.i [Android]
03/04/2022, 9:19 AM
var someState by remember { mutableStateOf(“”) } someState = “changed”
s
smallshen
03/04/2022, 6:55 PM
I mean mutableStateSetOf, there are mutableStateListOf, but I couldn't find mutable state set
111
Views
Open in Slack
Previous
Next