My team is using a pretty old integration between ...
# multiplatform
s
My team is using a pretty old integration between xcode and our Kotlin shared library. I just created the new multiplatform default project, and it looks like the integration has been streamlined to only use cocoapods. The xcode app points to the correct cocoapods Kotlin podspec, and then the generated podspec is configured to do everything else. There are no xcode build steps or anything. Everything is handled through cocoapods. This seems super easy. Am I missing anything?