carbaj0
04/25/2020, 5:52 PMstate
, there is some special technical reason?Louis Pullen-Freilich [G]
04/25/2020, 5:53 PMimport androidx.compose.getValue
import androidx.compose.setValue
Adam Powell
04/25/2020, 5:54 PMcarbaj0
04/25/2020, 6:19 PMinline operator fun <T> State<T>.getValue(thisObj: Any?, property: KProperty<*>): T = value
Thanks!