why doesn't my environment seem to be able to find...
# announcements
k
why doesn't my environment seem to be able to find this function? https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.streams/kotlin.sequences.-sequence/as-stream.html does my JRE_1.8.0 not have Streams or something?
a
Do you have "org.jetbrains.kotlin:kotlin-stdlib-jdk8" as a dependency in your project?
k
I did not. That seems to have done the trick. Thanks, I didn't know that was a separate dep!