Join Slack
Communities
Powered by
did you try storing the delegate in its own field ...
# announcements
t
trevjones
08/29/2017, 2:44 AM
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
Open in Slack
Previous
Next