Lukasz Kalnik
08/16/2022, 11:10 AMimport kotlinx.serialization.decodeFromString
Lukáš Kúšik
08/16/2022, 11:13 AMLukasz Kalnik
08/16/2022, 11:15 AMLukáš Kúšik
08/16/2022, 11:21 AMLukasz Kalnik
08/16/2022, 11:22 AMdecodeFromString()
is in a different file than the member function 🙂var expanded by remember { mutableStateOf(false) }
where you just get error messages that `getValue()`/`setValue()` is missing and the only way to fix it is to add appropriate imports manually.
So it's easy to get confused between all these IDE/Kotlin compiler inconsistencies.Lukáš Kúšik
08/16/2022, 11:29 AMLazyListScope.items(items: LazyPagingItems<T>)
Lukasz Kalnik
08/16/2022, 11:29 AM