Hey everyone! I’m having an issue with Java Colle...
# android
t
Hey everyone! I’m having an issue with Java Collections .sort on a list from some kotlin code. Let me know if you see anything obvious! https://stackoverflow.com/questions/55802573/abstractlist-unsupportedoperationexception-when-calling-sort-on-a-list
g
Use
.sorted()
to sort immutable collection to create sorted copy of collection