Abhishek Dewan
05/28/2021, 5:46 AMval isExpanded by remember { mutableStateOf(false) }
When I try to write the above, the ide doesn't auto import all of the necessary things require to make the delegation work and it shows me an error. However, if I copy the same kind of code from let's say a compose example, then the ide auto imports the right files needed. Is this a known bug? I am running arctic fox beta 2Slava Glushenkov
05/28/2021, 5:54 AMephemient
05/28/2021, 6:47 AM