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