<@U0DDYDN5D>: Sure, and I agree if you are concern...
# announcements
d
@mitchwongho: Sure, and I agree if you are concerned about handling that case you want a nullable var, but what if your logic would just look like
someVariable?.someProperty ?: throw IllegalStateException("DI framework failed, we're done here.")
? Might as well not have to put that check everywhere you use the variable.