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
Vampire
12/28/2021, 11:53 AM
Seems
schedule
is not an array.
What does AS / IJ say what type it is?
d
Dhaval Gondaliya
12/28/2021, 1:22 PM
its array it was just nullable i need to use
!!
before making it to list.
thank anyway. It was silly mistake on my side