A question I asked in reddit: <https://www.reddit....
# compose
a
A question I asked in reddit: https://www.reddit.com/r/Kotlin/comments/uyzjnt/how_to_create_an_observabledeclarative_list_in/ I got the answer, but also thought that there might be another approach as well...
l
Now that there's a prototype for Compose on iOS in compose-jb, you could use mutableStateList in common code. It's a little bit of work to set it up currently, but you don't have to use the UI for compose in iOS.