Title
b

beholder

03/21/2017, 5:05 PM
Is it possible to simplify delegated properties mechanics to not use
KProperty
, but just
String
for property name?
šŸ‘ 1
l

louiscad

03/23/2017, 6:40 PM
Agree that a support for delegates with a
String
signature instead of
KProperty
would be nice for both performance and readability where only the prop name (that can be inlined) is needed
@beholder I created an issue for this here: https://youtrack.jetbrains.com/issue/KT-17034