so if I want to grab a private member my best bet ...
# reflect
g
so if I want to grab a private member my best bet is to after it via javas reflection api, rather than kotlins, _which is so much nicer Q_Q_
u
I'm not sure what exactly would you like to do, but there's
isAccessible
in kotlin-reflect: https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect.jvm/is-accessible.html