Hi, i'm using Kotlin 1.3.31 and just started to ch...
# announcements
r
Hi, i'm using Kotlin 1.3.31 and just started to check out vaadin for some possible usecases. Vaadin is written in Java and uses Streams instead of Kotlin-Sequences, of course. Now, Docs say, I should use
Sequence<T>.asStream()
to make s Stream out of an Sequence, but https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.streams/kotlin.sequences.-sequence/as-stream.html does not seem to be in the Std-Lib anymore!? (Target is JRE 8)
r
Ok, I see. How can I see that I need such an additional lib? Is there some search-engine for class-names? https://mvnrepository.com was not that helpful
Thank you, btw!