https://kotlinlang.org logo
b

Borja

03/16/2020, 12:00 PM
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

turansky

03/16/2020, 12:06 PM
Do you use
kotlin
component for publication?
b

Borja

03/16/2020, 12:07 PM
what do you mean?
t

turansky

03/16/2020, 12:07 PM
b

Borja

03/16/2020, 12:09 PM
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

turansky

03/16/2020, 12:10 PM
Look like you need combination
m

msink

03/16/2020, 12:18 PM
Do you use
id("com.jfrog.bintray") version "1.8.4-jetbrains-3"
?
b

Borja

03/16/2020, 12:19 PM
yes