Is it possible to delegate an interface to a `late...
# getting-started
v
Is it possible to delegate an interface to a
lateinit
var? My attempts at doing so result in an Initialization exception, and I can't find anything else about it on formus/SO. Is there some way to foce the compiler to allow this?
🚫 1
e
v
Perfect, that was exactly the issue I was hoping to track down to follow. Thank you for linking it