Join Slack
Powered by
instead of `sortedWith(compareBy({ it.date }))` I ...
# android
i
ivano
08/08/2019, 7:32 AM
instead of
sortedWith(compareBy({ it.date }))
I tried
.sortedWith(compareBy({ it.date }))
where
it
is in both cases Entry
Open in Slack
Previous
Next