it's for multiplatform projects to link against
# stdlib
j
it's for multiplatform projects to link against
a
Thanks! Which means, If I have some common code for sharing between jvm and js, I should use
kotlin-stdlib-common
to compile it?
g
You can use only kotlin-stdlib-common for common modules, because kotlin-stdlib is jvm only and kotlin-stdlib-js is js only
kotlin-stdlib-common doesn’t include platform specific apis
👍 1
a
Thanks!
p
seems like
kotlin-stdlib
should be renamed to
kotlin-stdlib-jvm
to make this clear
j
yes, probably
kotlin-stdlib-jdk
though, as there are already
kotlin-stdlib-jdk7
and
kotlin-stdlib-jdk8
artifacts