Calling `collection.removeIf {}` give `call requir...
# android
e
Calling
collection.removeIf {}
give
call require API level 24
error, I suppose Kotlin stdlib's
MutableList<T>.removeAll { predicate }
will do the same?