instead of `sortedWith(compareBy({ it.date }))` I ...
# android
i
instead of
sortedWith(compareBy({ it.date }))
I tried
.sortedWith(compareBy({ it.date }))
where
it
is in both cases Entry