I created a multiplatform project and chose that t...
# multiplatform
k
I created a multiplatform project and chose that the shared lib is integrated via SPM. Later I found out that if you want to use iOS specific lib code in the cmp ios part, you have to use cocoapods as your package manager. Can I have both? Integrate the shared code via SPM and add third party libs via cocoapods and then consume them on the kotlin side? If not, how would you switch from a SPM driven project to cococapods?
t
🤯 1
thank you color 1