Tried putting it in an array. IntelliJ complains t...
# announcements
m
Tried putting it in an array. IntelliJ complains that it expects a
String!
but got
Array<String>
instead
m
mkporwit: I'm not sure how you can get around it without using an array, but you need to use the spread operator:
exists(*arrayOf(key))