Stylianos Gakis
02/26/2021, 4:28 PMvar 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?Leland Richardson [G]
02/26/2021, 4:30 PMStylianos Gakis
02/26/2021, 4:47 PMjossiwolf
02/26/2021, 5:03 PMColton Idle
02/26/2021, 7:21 PMLeland Richardson [G]
02/26/2021, 9:48 PM