https://kotlinlang.org logo
#compose
Title
# compose
s

Stylianos Gakis

02/26/2021, 4:28 PM
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

Leland Richardson [G]

02/26/2021, 4:30 PM
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

Stylianos Gakis

02/26/2021, 4:47 PM
Ah, I understand. I hope it gets fixed soon!
j

jossiwolf

02/26/2021, 5:03 PM
c

Colton Idle

02/26/2021, 7:21 PM
Everyone this issue!
l

Leland Richardson [G]

02/26/2021, 9:48 PM
This is the one you should star: https://issuetracker.google.com/154494808
1