Hello everyone! I'm trying to import an ios depend...
# multiplatform
s
Hello everyone! I'm trying to import an ios dependency in my kmm app. For this I have followed this page: https://kotlinlang.org/docs/native-cocoapods-libraries.html#from-the-cocoapods-repository. I have added my private repo url under kotlin>cocoapods>specRepos, and then added the pod inside cocoapods as well. However, I am not able to import the dependency through cocoapods in my file under iosMain (Package not found). Any idea what might be the issue?
1
Nvm, I needed to add .* at the end of the import