How can pass a kotlin.collections.List to a java m...
# announcements
j
How can pass a kotlin.collections.List to a java method that takes a java.util.List (assuming the java method treats it as read only, preferably without copying the list)