This repository has been archived by the owner on Aug 24, 2021. It is now read-only.
Publish multiplatform metadata #222
Labels
chore
Any task that is beneficial only for the maintainer of the projet
up for grabs
Good for newcomers
When using kwik in a multiplatform project one has to import every target depedencies:
kwik-core-common
kwik-core-jvm
kwik-core-linux
But it is now possible to publish the metadata in the core artifact so that a multplatform project would only need to make the common source-set to depend on
kwik-core
in order to get all platform artifacts.For that I would have to use
maven-publish
instead of the bintray plugin.More info: https://kotlinlang.org/docs/reference/mpp-publish-lib.html#publish-a-multiplatform-library
The text was updated successfully, but these errors were encountered: