did you try storing the delegate in its own field ...
# announcements
t
did you try storing the delegate in its own field first? seems if you could it would be the only way…
Copy code
val someDelegate = TheDelegateWithField()
val someDelegatedField by someDelegate