Is there any way to delegate an interface to a pro...
# announcements
d
Is there any way to delegate an interface to a property not in a primary constructor? (specifically, a
lateinit
property?) edit: I guess not a
lateinit
property, since that would be a var… but other arbitrary properties?