if I'm building a Kotlin Multiplatform library tha...
# multiplatform
a
if I'm building a Kotlin Multiplatform library that utilizes Kotlin Native, and cinterop, and APIs from both Android and iOS platforms, what should I be distributing as the final product for my library in terms of a single distributed package, or will I be distributing more than one output?
a
good question, if you see library as something only used in Kotlin Multiplatform then the simple jar artifact is fine. If you see it as a library that could be consumed natively too, you will need to produce artifacts for KMM, Android and iOS(xcframework)