with the KMP cocoapods gradle plugin, is there a built-in way to tell it to avoid trying to build all pods during configuration? currently, when I sync my project and the pod tasks are not up-to-date, all pods are built because there’s a chain of task dependencies from
prepareKotlinIdeaImport
I don’t need any of these built unless/until I am trying to compile one of my iOS targets, so I’m wondering if there’s a straightforward way to defer the execution of these cocoapods tasks?