Alexander Sitnikov
10/28/2020, 7:09 AMMutableState.getValue(…)
and .setValue(...)
extensions are not suggested to import by AS, and we have to import them manually. It’s actually an unfortunate bug in Kotlin 1.4 New Inference algorithm, where plugin doesn’t suggest import if delegate’s type isn’t explicit. Let’s go upvote this issue on Kotlin issue tracker, so that Kotlin dev team could prioritize it
https://youtrack.jetbrains.com/issue/KT-39199