I am trying to convert array from navigation argum...
# android
d
I am trying to convert array from navigation argument to list with kotlin extension but it is giving me this error. can anyone suggest problem with it?
v
Seems
schedule
is not an array. What does AS / IJ say what type it is?
d
its array it was just nullable i need to use
!!
before making it to list. thank anyway. It was silly mistake on my side
👌 1