also you can use the `-` operator to make a differ...
# announcements
p
also you can use the
-
operator to make a difference of the two sets if thats helpful
Copy code
val diff = list1.toSet() - list2.toSet()