try something like `sortWith(compareBy { it.first ...
# announcements
i
try something like
sortWith(compareBy { it.first }.thenBy { it.second })
metal 3