Question. When creating a library what std library...
# announcements
p
Question. When creating a library what std library would you recommend to use?
kotlin-stdlib
kotlin-stdlib-jdk7
kotlin-stdlib-jdk8
Or create a different artifact for each flavour
j
You left out
kotlin-stdlib-common
as a choice, and
kotlin-stdlib-js
p
True hehe. Was gonna target just JVM for now. But want to make sure people have support for any of them.