Andrew Gazelka
02/24/2019, 6:33 PMKProperty
before getValue(...)
? I want certain updates to occur before the variable is first accessed, and I need the property name to do this.diesieben07
02/24/2019, 6:38 PMprovideDelegate
can do that: https://kotlinlang.org/docs/reference/delegated-properties.html#providing-a-delegate-since-11Andrew Gazelka
02/24/2019, 11:52 PM