I'm testing this part of the documentation: <https...
# compose
n
I'm testing this part of the documentation: https://developer.android.com/jetpack/compose/state#stateless-composables The problem is that
observeAsState
comes up as Unresolved Reference. Any ideas? I tried importing
import androidx.compose.runtime.livedata.observeAsState
but
livedata
is Unresolved...
a
n
No, ok that's the explanation, thanks!
👍 2