I met the same problem as this one <https://stacko...
# android
f
I met the same problem as this one https://stackoverflow.com/questions/49051453/arrayadapter-addall-type-mismatch#, does anyone know the better solution? I am using kotlin 1.2.50
j
what if you call the extension method .toList() on the mutable list when passing it to the arrayadapter?
f
I will try this way, thanks!