How to setup cocopapodes dependencies on a KMM pro...
# multiplatform
j
How to setup cocopapodes dependencies on a KMM project? I am trying to follow this: https://kotlinlang.org/docs/native-cocoapods.html#add-and-configure-kotlin-cocoapods-gradle-plugin but the syntax is not working. I get "cocoapods" not found. I suspect the link is target to ios only project, wereas I am trying to set it up on a KMM android and ios project.
j
do you have the project somewhere ? you have probably just something wrong in gradle
p
Did you run KDoctor to check cocoapods is setup correctly on your machine? Cocoapods is not for Android.
You will either have to find something similar for Android / find a multiplatform lib for both.