Hey everyone I have a Kotlin Multiplatform project...
# multiplatform
v
Hey everyone I have a Kotlin Multiplatform project, I have a few child modules inside the
shared
module, and all these modules have cocoapods What should i do in the
shared
module’s
build.gradle
to include the Pods of these submodules I’ve tried changing the iosApp/Podfile by adding such lines
Copy code
pod 'childModule', :path => '../shared/childModule'
Any other way to do this, or is this the correct way?