Hey everyone, when we specify a pod inside our coc...
# multiplatform
a
Hey everyone, when we specify a pod inside our cocoapods config in a KMM project as so
Copy code
pod("<Something>") {
    source = git("<SomeGitUrl") {
        tag = "some tag"
    }
}
is there an equivalent way of specifying
:submodules => true
in here. ( I apologize in advance if this is not the right place for this questions)