I\'m trying to get a value from LiveData with observeAsState in jetpack compose, but I get a weird error
Type \'State\' has no method \'getValue
In my case, in a compose application it was this missing import that provoc the error
import androidx.compose.getValue