Can I use only `maven-publish` plugin to publish M...
# multiplatform
r
Can I use only
maven-publish
plugin to publish MPP project to bintray.com repo?
r
I've found some answers on stackoverflow about incompatibilities with bintray. But these are old posts and I don't know what is the current status.
r
works like a charm!
👍 1
One more question, I've published my project and most of the artifacts were published correctly, but some of them (mostly MPP but not only) were detected and published with additional versions on bintray (created from project names and not numbers). Have you seen such problem?
a
No, it was always fine. I'm not sure but maybe you need to specify
group
and
version
? Like this: https://github.com/arkivanov/MVIKotlin/blob/157509dd03cfc76ef796accd80559cbddc6f0f0c/buildSrc/src/main/kotlin/Config.kt#L227
r
I have both. All artifacts were published with correct version. But there are just some additional versions detected by bintray, I think from multiplatform artifacts.
a
Can you provide an example?
it's definitely multiplatform issue
a
Maybe just a Bintray display bug?
r
it can be
a
Makes sense, I don't use Gradle 6 as of now