I’m using the kotlin-stdlib-jdk8 dependency howeve...
# announcements
i
I’m using the kotlin-stdlib-jdk8 dependency however I can’t seem to use the
toList()
extension method on
Stream
, anyone have any ideas why that might be?
i
Have you imported
kotlin.streams.*
?