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

aiidziis

02/15/2021, 12:47 PM
Hey!  Has anyone managed to publish multiplatform library as a Pod to private GitLab repository? Currently we are using
pod ‘MobileEngine, :path => ‘../MobileEngine’
, but we would like to version our library and distribute it to private repository. Haven’t found any useful blog/article/repository.
j

John O'Reilly

02/15/2021, 1:04 PM
I had a look recently at doing this using Swift Packages in case that's of interest https://johnoreilly.dev/posts/kotlinmultiplatform-swift-package/
🙇🏻 1
a

aiidziis

02/15/2021, 1:06 PM
Do SPM and CocoaPods play well together in same project? We have existing CocoaPods setup and haven’t investigated if all libraries already support SPM.
@John O'Reilly, thank you, actually your blog looks very helpful. Can I reach out to you if I have further questions?
j

John O'Reilly

02/15/2021, 1:14 PM
Yeah, no problem....just to mention I haven't dug too deeply beyond the relatively basic requirements I had for it's use....it may be that the plugin I used (https://github.com/ge-org/multiplatform-swiftpackage) can potentially be expanded to cover scenarios not currently supported
👌🏻 1
4 Views