Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Publish multiplatform metadata #222

Open
jcornaz opened this issue Oct 14, 2020 · 0 comments
Open

Publish multiplatform metadata #222

jcornaz opened this issue Oct 14, 2020 · 0 comments
Labels
chore Any task that is beneficial only for the maintainer of the projet up for grabs Good for newcomers

Comments

@jcornaz
Copy link
Owner

jcornaz commented Oct 14, 2020

When using kwik in a multiplatform project one has to import every target depedencies:

  • In common source-set: kwik-core-common
  • In JVM source-set: kwik-core-jvm
  • In Linux source-set: kwik-core-linux
  • Etc.

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

@jcornaz jcornaz added up for grabs Good for newcomers chore Any task that is beneficial only for the maintainer of the projet labels Oct 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
chore Any task that is beneficial only for the maintainer of the projet up for grabs Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant