Hello! I have multiplatform project and publish it...
# announcements
p
Hello! I have multiplatform project and publish it to maven repository. Now i want in another project's common module to depend on common module of published project. How can I write dependency if there is no common artifact published. Only jvm and js were published.
l
#C3PQML5NU
d
<artifact>myLibrary-metadata</artifact>
👍 1
p
But how to omit '-metadata'?
d
Maybe you can use a resolution strategy. I don't know.
l
You can also publish with experimental Gradle metadata