Has anybody already asked what is The Kotlin Way o...
# announcements
m
Has anybody already asked what is The Kotlin Way of doing the following?
while ((request = in.readLine()) != null) {...}