It seems the mpp plugin publishes 3 different mave...
# kotlin-native
p
It seems the mpp plugin publishes 3 different maven artifacts. Why is that and on which one should I depend in my application?
b
Depend on the one without suffix. Grade will magically select correct ones for each platform
n
Select the artifact that has the project version as its name.
p
Thanks 🙂