apple {
iosApp {
dependencies {
implementation(project(":project_with_cocoapods"))
}
}
}
If cocoapods are located in the same project then they are automatically added.
b
Brian G
12/08/2021, 4:45 PM
So, the only way to add a dependency to the app to create a separate gradle module, and add the dependency there? Seems a little roundabout, but I guess I can make that work.