The docs and other resources says that I can use t...
# compose
t
The docs and other resources says that I can use the behavior in the image. But the compiler says no. Has changed the way to create a mutableStateOf remember? PS: I just downloaded the AS 4.2 Canary 16 and created a Compose project.
a
import androidx.compose.runtime.*
there's still an IDE bug where it doesn't suggest imports for the getValue/setValue extensions
👍 2
t
This is the trick. Thanks!