Hello guys, I started to explore KMM + moko-template and I’m stacked trying to add cocoapods library to a feature module.
May anyone help me or point to the documentation, please?
What I’m trying to do:
I added `id("dev.icerock.mobile.multiplatform.cocoapods")`to
:mpp-library:feature:auth#build.gradle.kts
Also I added
Copy code
cocoaPods {
pod("Auth0")
}
to
:mpp-library:feature:auth#build.gradle.kts
.
I tried to add
pod 'Auth0', '~> 1.39'
to Podfile as well.
I did a
pod install
and trying to run the build. The error I receive is