Hi guys, our company uses bitbucket. Is it possibl...
# multiplatform
j
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
Unless jitpack has changed, you can’t really publish multiplatform libraries.
j
I published mp lib using jitpack but the codes are uploaded in github
k
Is that public? I’d be very curious to see that work. What platforms?
j
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
Well, publishing isn’t necessarily the problem. Resolving the dependency on native would be the trick.
j
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>