Hi, how can I get a list of `KMutableProperty1<...
# getting-started
a
Hi, how can I get a list of 
KMutableProperty1<*, *>
 for the members of my class ? I only found 
memberProperties
 which returns a list of 
KProperty<*, *>
  and not castable so what should I use ?