Join Slack
Communities
Powered by
Hello. I have a expression in Java like this: ``` ...
# getting-started
n
necros
06/07/2016, 7:21 AM
Hello. I have a expression in Java like this:
Copy code
while ((row = dbfReader!!.nextRecord()) != null) {
but the Kotlin don't like r this and show error. How can I change expression to save same logic?
Open in Slack
Previous
Next