that should be ``` newMap.putAll(oldMap.filterKeys...
# announcements
s
that should be
Copy code
newMap.putAll(oldMap.filterKeys { it !in newMap })
right?
💯 1