thana
06/01/2019, 11:04 AMinit
block. in the end they wont be split this way.
you can use by lazy{}
with `val`sVague
06/01/2019, 11:11 AMPavlo Liapota
06/01/2019, 11:12 AMlateinit
will not be needed.thana
06/01/2019, 11:14 AMval
with the lazy
delegate the property will be written once and only onceVague
06/01/2019, 11:16 AMkarelpeeters
06/01/2019, 6:04 PMvar foo by setOnce()
or something.