Why do I sometimes get something like "there is no...
# compose
s
Why do I sometimes get something like "there is no getValue() method to serve as a delegate when I simply have a
var someVariable by remember { mutableStateOf(false) }
. I had to manually import
import androidx.compose.runtime.getValue
myself for it to work. Is there something I am doing wrong, or an IDE bug?
l
IDE bug. sadly, a known one and an old one!
😨 2
i feel like ownership of this keeps bouncing around. not sure of its latest status but i’m disappointed this hasnt been fixed
s
Ah, I understand. I hope it gets fixed soon!
j
c
Everyone this issue!
l
This is the one you should star: https://issuetracker.google.com/154494808
1