is there any way with delegates to get `KProperty`...
# announcements
a
is there any way with delegates to get
KProperty
before
getValue(...)
? I want certain updates to occur before the variable is first accessed, and I need the property name to do this.
d
a
on a side note anyway I can write https://gist.github.com/andrewgazelka/7df2a293695bd94fb8b8d4965c765099 more concisely? To reference reified params it seems like I need to nest a bunch of interfaces...