Join Slack
Powered by
With some limitations. For example, both in Kotlin...
# announcements
m
miha-x64
02/18/2017, 1:14 PM
With some limitations. For example, both in Kotlin and Java you can create a new ArrayList and fill it with using
add()
, but only in Kotlin you can replace it with
arrayListOf(...)
.
Open in Slack
Previous
Next