hey guys, I have an interesting question. I have ...
# announcements
l
hey guys, I have an interesting question. I have some init { } blocks... one in an abstract class, and another in an object that extends it. Neither init block appears to execute. I am wondering if Kotlin does some kind of optimization that makes the objects initialize lazily?