Can someone point me to the documentation about ho...
# multiplatform
g
Can someone point me to the documentation about how a library that uses NO Java packages (making it KMP friendly?) is published -- and if there needs to be platform specific artifacts?
e
https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-publish-lib-setup.html and yes you need to publish platform-specific artifacts for each target platform
g
I have a KMP library that I build from the template and added functionality. This is not that one, this is simply a pure kotlin library. A quick look at the link suggests that I have to Identify all the targets I want artifacts for... The implication is that when doing a multi-target application set, shared code must be in a KMP library, at a minimum! I was hoping that there was a library artifact type that was generic Kotlin, that then gets added to the specific Applications.