Hi people, I know it's not recommended, but I'm cu...
# android
t
Hi people, I know it's not recommended, but I'm currently needing to access a private
val
from another module of my application through reflection, but right now when I access the object with
::class.memberProperties
all I get is the public fields from that object, what I am doing wrong? There's another way to achieve that?