thx, but I need to did this without changing compa...
# getting-started
s
thx, but I need to did this without changing comparable class, cuz I dont have access to it, so I did it like this
Copy code
items.sortedWith(compareByDescending<Foo> { it.a }.thenByDescending { it.b}.thenBy { it.c })
Thanks for the help 🙂