I tried creating a new value to store the reader i...
# announcements
a
I tried creating a new value to store the reader in hoping that kotlin copies objects into other variables but no, it's a reference instead. So when I init a value to the reader, and I want to close that reader but keep the original open, it refers to the original and closes it.