Is there a way to have a top level lateinit var (i...
# announcements
n
Is there a way to have a top level lateinit var (i assign its value in main())? Other, than, obviously, having explicit backing field and custom get/setter?