probably something I overwatched, but how to refer to the receiver in delegated extension-value?
I want to do the following:
val Activity.iconFactory by lazy{
this@Activity
}
but this
is unresolved.
I can refer to this
when I use a custom getter, but I don’t know how to do it with a delegated property