Does anyone can help? I’ve published a mpp library...
# announcements
b
Does anyone can help? I’ve published a mpp library to bintray, gradle finds it but does not resolve the package in base module. But if i append -jvm to the module it resolves the package.
t
Do you use
kotlin
component for publication?
b
what do you mean?
t
b
I’m not using maven publication. Im following this example https://github.com/russhwolf/multiplatform-settings/blob/master/gradle/publish.gradle
will try with yours
t
Look like you need combination
m
Do you use
id("com.jfrog.bintray") version "1.8.4-jetbrains-3"
?
b
yes