Javier
04/06/2019, 12:07 PMearroyoron
04/06/2019, 12:43 PMJavier
04/06/2019, 12:57 PMstreetsofboston
04/06/2019, 1:39 PMKProperty
or KMutableProperty
(not sure if i have the class-names correc there)Paul Woitaschek
04/06/2019, 2:07 PMJavier
04/06/2019, 3:44 PMstreetsofboston
04/06/2019, 4:00 PMis KMutableProperty
should do the trick, or something very similar.Javier
04/06/2019, 4:23 PMis KMutableProperty
but it says KProperty is incompatible with Stringstreetsofboston
04/06/2019, 4:31 PMString
?
Did you try something like this: loadedEmployee::firstName is KMutableProperty<*>
(note the use of ::
instead of .
)Javier
04/06/2019, 4:34 PM