Ananiya
mutableState
List<List<Any>>
LazyColumn
items()
Compose Disposed, the List is empty
Dragos Rachieru
Composable
items
item
val list = derivedStateOf { state.first() } LazyColumn { items(list) {} }
A modern programming language that makes developers happier.