Q: if I have pure Kotlin libraries that do not dep...
# multiplatform
n
Q: if I have pure Kotlin libraries that do not depend on JVM runtime APIs, will the Kotlin JS compiler be able to use them? Or do I have to publish them separately for the JVM and JS.