As I peek into the Kotlin standard lib I see there...
# announcements
m
As I peek into the Kotlin standard lib I see there are peers for few collections classes and interfaces. While List class in Java allows addition of elements but Kotlin's doesn't and I can reference java list by a kotlin list reference variable. Can you please explain how things happen under the hood? Pardon me for this question.