Join Slack
Communities
Powered by
“Convert to Kotlin” produced this code, which does...
# android
n
nickk
01/09/2018, 10:42 AM
“Convert to Kotlin” produced this code, which does not compile:
Copy code
while ((read = `in`.read(buff)) > 0) { out!!.write(buff, 0, read) }
What is the idiomatic way to write this in Kotlin?
Open in Slack
Previous
Next