what would be the kotlin way to do ```while ((line...
# announcements
b
what would be the kotlin way to do
Copy code
while ((line = reader.readLine()) != null) {}