huh. what is the rule which guides the kotlin plug...
# announcements
d
huh. what is the rule which guides the kotlin plugin to not align the beginning of the last line under the beginning of the previous one?..
Copy code
val filtered = items.filter {
                    it.firstName.contains(query, ignoreCase = true) || 
                            it.lastName.contains(query, ignoreCase = true)