It's likely that you're experiencing problem with ...
# announcements
i
It's likely that you're experiencing problem with the type inference of
Stream.collect
method (https://youtrack.jetbrains.com/issue/KT-11259). As a workaround you can either specify type argument of
Collectors.toSet
explicitly, or write
toSet()
extension for stream.