hello, I find listOf use Arrays.asList() to implem...
# announcements
r
hello, I find listOf use Arrays.asList() to implements a immutable List. But KT list missing remove method etc. So how the Arrays.asList() which the return type is Java List convert to KT list?