Thank you, got it work with your suggestion :simpl...
# announcements
h
Thank you, got it work with your suggestion simple smile, one catch though: inside mapValues,
it
is of type Entry, so should be:
it.value.groupBy { it.date}
👍 1