I am new to kotlin and I am facing this issue
I have an ArrayList<String?> and I have to pass it to a function that accepts List<CharSequence>
I tried to find a way to convert them but couldnt, How can I convert ArrayList<String?> to List<CharSequence> in kotlin