Can a `lateinit var` be refreshed with a new objec...
# getting-started
d
Can a
lateinit var
be refreshed with a new object (like if a stream was closed, pass a new open one...), or is it possible to assign it only once? One way or another, what would be the 'right' way to do such a thing?