when implementing custom properties, `ReadWriteProperty` for example, it uses `kotlin.reflect.KPrope...
m
when implementing custom properties,
ReadWriteProperty
for example, it uses
kotlin.reflect.KProperty
. do properties use reflection or
KProperty
is there to enable reflection?