A quick question: is there a way to run “pod install” or “pod update” in kotlin project? I’m working...
h
A quick question: is there a way to run “pod install” or “pod update” in kotlin project? I’m working on a KMM library so there isn’t an iOS App directory.
a
there is a gradle task called “podImport” and “podInstall”
Screenshot 2023-08-03 at 11.24.34.png
h
Thanks!