https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
j

Joey

01/08/2020, 1:51 AM
Hi guys, our company uses bitbucket. Is it possible to upload a library from bitbucket to jitpack? I've heard that bitbucket doesn't support
release
features like the ones on github.
k

kpgalligan

01/08/2020, 2:02 AM
Unless jitpack has changed, you can’t really publish multiplatform libraries.
j

Joey

01/08/2020, 2:04 AM
I published mp lib using jitpack but the codes are uploaded in github
k

kpgalligan

01/08/2020, 2:06 AM
Is that public? I’d be very curious to see that work. What platforms?
j

Joey

01/08/2020, 2:07 AM
Yes i think thats public. I only tried using it in jvm/android since. Did i do something wrong if it was successfully published? 😮
k

kpgalligan

01/08/2020, 2:12 AM
Well, publishing isn’t necessarily the problem. Resolving the dependency on native would be the trick.
j

Joey

01/08/2020, 2:14 AM
I followed one tutorial (forget the author) and after publishing you can choose whether you want to get the
multiplatform
itself
jvm
or
ios
. So upon adding it in my android dependency it looks like
com.library.logger-jvm:<version>