Fudge
07/21/2020, 7:12 PMMutableState<T>.setValue
/ MutableState<T>.getValue
extension methods instead of instance methods? This creates some confusion for me when I write by state{}
and it errors, and I need to use the import quickfix.Zach Klippenstein (he/him) [MOD]
07/21/2020, 7:15 PM[Mutable]State property delegate operators moved to extensions to support Kotlin 1.4 property delegate optimizations. Callers must add imports to continue using by state { ... } or by mutableStateOf(...). (I5312c)
Adam Powell
07/21/2020, 7:40 PMLeland Richardson [G]
07/21/2020, 7:45 PM