I'm developing a project with jetpack compose, when I try to use "remember" it gives the following error.
Cannot access class 'kotlin.reflect.KProperty'. Check your module classpath for missing or conflicting dependencies
This is my piece of code:
var text by remember {
mutableStateOf("")
}
What's the problem and how can i solve it?
Aucun commentaire:
Enregistrer un commentaire