I can't find `LiveData<T>.observeAsState()` ...
# compose
g
I can't find
LiveData<T>.observeAsState()
function. Where is it located?
d
Copy code
import androidx.compose.runtime.livedata.observeAsState
Copy code
androidx.compose.runtime:runtime-livedata:1.0.0-alpha05
g
Thank you. I didn't know I have to add new dependencies in gradle
👌 1