Denis Sakhapov
11/12/2020, 3:22 AMandroidx.compose.runtime.stateFor
has been removed in alpha07
. What is the replacement for that?var foo by stateFor(v) { value }
and
var foo by remember(v) { mutableStateOf(value) }
are essentially the same?Leland Richardson [G]
11/12/2020, 3:43 AMDenis Sakhapov
11/12/2020, 3:44 AM