val list1 = listOf<String>("abc","def","pqrs...
# getting-started
t
val list1 = listOf<String>("abc","def","pqrst","aacd") i want to group by length and transform into map how can i do this ?