vyacheslav.gerasimov
04/27/2017, 9:00 AMkotlin-stdlib-jre7 and kotlin-stdlib-jre8 are extensions on top of kotlin-stdlib and contain some useful functions specific for jre7 / jre8 apis, for example:
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/use.html
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.streams/index.html
They bring kotlin-stdlib to your project as a transitive dependency.