You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 24, 2021. It is now read-only.
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.
When using kwik in a multiplatform project one has to import every target depedencies:
kwik-core-commonkwik-core-jvmkwik-core-linuxBut 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-corein order to get all platform artifacts.For that I would have to use
maven-publishinstead of the bintray plugin.More info: https://kotlinlang.org/docs/reference/mpp-publish-lib.html#publish-a-multiplatform-library