https://kotlinlang.org logo
Title
x

xenoterracide

12/31/2018, 9:52 AM
what's the difference between stdlib and stdlib-jdk8?
b

Bernhard

12/31/2018, 10:30 AM
in what regard? stdlib-jdk8 is the thing that let's you interop with jvm code
k

karelpeeters

12/31/2018, 10:35 AM
I believe it has some extra functions relating to Java 8 things, IIRC there's something related to autoclosable there.
x

xenoterracide

12/31/2018, 2:53 PM
I mean, stdlib does too right? I guess if I'm running on jdk 11 I'm not sure what I'm supposed to be using, the docs aren't immediately clear why I'd pick one... I'd presume the jdk6? one fills some gaps?
w

wrover

01/06/2019, 2:23 PM
If I get it right, stdlib-jdk7 and stdlib-jdk8 provide additional functionality in the case you target Java 7 and 8 platforms.