martin.petrulak
listOf("one","two","three").sortedWith(compareBy<String> { it.length }.thenByDescending { it.first() }.thenBy { it.last() })
sqia09