zoha131
12/04/2020, 1:34 AMvar expanded by remember { mutableStateOf(false) }
the error:
Type 'TypeVariable(T)' has no method 'getValue(Nothing?, KProperty<*>)' and thus it cannot serve as a delegate
Lilly
12/04/2020, 1:35 AMimport androidx.compose.runtime.getValue
import androidx.compose.runtime.setValue
zoha131
12/04/2020, 1:37 AM