If you pass a kotlin `List` interface to Java, I t...
# announcements
a
If you pass a kotlin
List
interface to Java, I think it receives the
java.util.List
interface and a class therefore becomes mutable, not sure? In this case with these instances it would be the class that only implements Kotlin
List
👍 2