Is it possible to simplify delegated properties me...
# language-proposals
b
Is it possible to simplify delegated properties mechanics to not use
KProperty
, but just
String
for property name?
👍 1
l
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