Vaibhav Jaiswal
12/23/2023, 1:40 PMshared
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
pod 'childModule', :path => '../shared/childModule'
Any other way to do this, or is this the correct way?