I\'m developing a class with several lateinit properties of one type. I think it\'s too verbose to declare each of them on separate line like this:
lateinit
No, there is no way to do that. Declaring multiple properties on the same line is frowned upon by many Java style guides, so we did not implement support for that in Kotlin.