vyacheslav.gerasimov
04/26/2017, 1:04 PMlovis
04/26/2017, 1:14 PMvyacheslav.gerasimov
04/26/2017, 1:21 PMdeviant
04/27/2017, 8:29 AMfeel free to ask if some docs are missing@vyacheslav.gerasimov i can't find info about jre specific `stdlib`s for example what difference between
stdlib-jre7
and stdlib-jre8
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.