becomes like this? ``` hotDeals.fi...
# getting-started
o
becomes like this?
Copy code
hotDeals.filterNotTo(mutableListOf()) { it.post_date == null }
                    .sortByDescending {
                        Utils.readFormat.parse(it.post_date)
                    }
👌 1