Join Slack
Communities
Powered by
Because Kotlin's immutable list is declared as `in...
# announcements
k
karelpeeters
08/16/2017, 11:00 AM
Because Kotlin's immutable list is declared as
interface List<out E>
and that is compiled to a wildcard. I think you can use
MutableList
, since that doesn't have a wildcard.
Open in Slack
Previous
Next