if one were to create a KMP library that involves ...
# multiplatform
b
if one were to create a KMP library that involves cocoapods for iOS (Google Maps), is there a way to not have the devs using the library set up pods/add GoogleMaps manually?
i
unfortunately no, I asked a similar question for my library, developers still need to add the pods your library depends on.
b
Shame. Thanks for the quick reply!
👍 1
t
Are you using Cocoapods to import the KMP library into the iOS project? If so you can update the podspec to automatically download any other dependencies it would need to run. https://guides.cocoapods.org/syntax/podspec.html