Can we use mutableStateListOf
mutableStateListOf
val myStateList = remember { mutableStateListOf(1, 2, 3) }