[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)
☝️ 1
a
Adam Powell
07/21/2020, 7:40 PM
Ideally we can get studio doing this in one step rather than several, but yeah, it's to benefit from the inlining in 1.4
l
Leland Richardson [G]
07/21/2020, 7:45 PM
yeah, plan on the IDE doing a better job w/ this at some point
🙏 1
Leland Richardson [G]
07/21/2020, 7:45 PM
but them being extension functions are actually pretty critical