Join Slack
Do I need the Kotlin reflect library to create custom delegates? (As the operator override requires ...
# getting-started
m
maxmello
08/22/2018, 10:36 AM
Do I need the Kotlin reflect library to create custom delegates? (As the operator override requires the KProperty class)?
d
diesieben07
08/22/2018, 10:56 AM
KProperty
is part of the standard library, so no. The reflection library only provides additional functionality (such as enumerating the members of a class).
m
maxmello
08/22/2018, 11:15 AM
Nice, thank you 🙂
5
Views
Open in Slack
Previous
Next
kotlinlang
A modern programming language that makes developers happier.
Powered by