<@U0BHGDK2L> michaelrocks reflection isn’t always ...
# announcements
a
@michael michaelrocks reflection isn’t always evil, you can look things up and capture the results in a lambda (or jus cache) that then is full performance, and with a few lookups early in the app there is little overhead later. If you are worried about the reflection jar kotlin-reflect and its size, then there is a lighter-weight version that does SOME of the same functionality: https://github.com/Kotlin/kotlinx.reflect.lite that could be extended.