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

ritesh

04/05/2020, 10:11 AM
Hey folks 👋 Can someone point me in the right direction regarding how & where to host my private KMP lib which needs to be consumed in a separate Android project? 🤔 (jitpack?)
c

curioustechizen

04/05/2020, 10:46 AM
The output of a KMP lib for Android would be a .jar or .aar file right? A maven repo would be the ideal solution for this.
m

mbonnin

04/05/2020, 2:03 PM
Maybe github packages ?
k

Kris Wong

04/05/2020, 2:07 PM
yes, on-prem maven. not sure if there's a saas solution for private repos.
t

taso

04/05/2020, 2:51 PM
Artifactory?
b

Big Chungus

04/05/2020, 6:16 PM
Jfrog artifactory seems to be the best option for mpp libs
r

ritesh

04/06/2020, 6:30 AM
Thanks folks 🙌 I’ll try the above options. I’m slightly inclining towards github packages for now since we have some gradle support for it. Will post the updates here 😄
Btw I have iOS background so all this is new for me 😅
c

curioustechizen

04/06/2020, 6:32 AM
As someone with primarily Android background trying to also fiddle with cocoapods and whatnot while trying to do KMP, I know exactly how you feel 😁
😁 1
r

ritesh

04/06/2020, 6:33 AM
Haha 💯