And another issue: when my val is defined as `Opti...
# reflect
r
And another issue: when my val is defined as
Optional<UUID>
and I do
kproperty.get(receiver)
I am not getting the Optional as expected but rather either null or the Optional value. That's weird.