Jan Skrasek
09/03/2020, 5:29 PMby remember { }
property delegate was removed? or any idea why it is not working?
Type 'TypeVariable(T)' has no method 'getValue(Nothing?, KProperty<*>)' and thus it cannot serve as a delegate
• AS 4.2.0-alpha09
• Compose 1.0.0-alpha02
Maybe the issue is AS cannot find the declaration of remember (though suggesting it in autocomplete)
(import androidx.compose.runtime.rememberimport androidx.compose.runtime.remember)jim
09/03/2020, 5:31 PMMarcin Środa
09/03/2020, 5:33 PMimport androidx.compose.runtime.setValue
import androidx.compose.runtime.getValue
edited: forget about runtime, thanks @Adam PowellJan Skrasek
09/03/2020, 5:33 PMAdam Powell
09/03/2020, 5:34 PMandroidx.compose.runtime.*
but other than that, yesJan Skrasek
09/03/2020, 5:37 PMYashovardhan
09/03/2020, 5:38 PMAdam Powell
09/03/2020, 6:20 PMJD
09/03/2020, 9:28 PMAdam Powell
09/04/2020, 1:49 PMchao
09/19/2020, 4:35 AM