With some limitations. For example, both in Kotlin...
# announcements
m
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(...)
.