Rachid
07/03/2020, 9:01 AMcircleFilled.tween(circleFilled::x[10.0, 100.0], time = 1000)
I got the compilation error:
'operator' modifier is required on 'get' in 'kotlin.reflect.KMutableProperty0'
Type mismatch.
Required: V2<*>
Found: Double
Can it be that I'm using a version that's newer than when the docs were written?Deactivated User
07/03/2020, 9:03 AM[
and press alt+enter in IntelliJ, it should allow yo the import the get extension methodRachid
07/03/2020, 9:04 AMtime = 1000.milliseconds
instead of plain 1000Deactivated User
07/03/2020, 9:06 AMRachid
07/03/2020, 9:06 AM.milliseconds
so that I could figure out myself ;)Deactivated User
07/03/2020, 9:07 AMRachid
07/03/2020, 9:07 AMDeactivated User
07/03/2020, 9:07 AMRachid
07/03/2020, 9:08 AM