Add kotlin-tooling-cocoapods-to-spm-migration skill#20
Closed
dayanruben wants to merge 1 commit intoKotlin:mainfrom
Closed
Add kotlin-tooling-cocoapods-to-spm-migration skill#20dayanruben wants to merge 1 commit intoKotlin:mainfrom
dayanruben wants to merge 1 commit intoKotlin:mainfrom
Conversation
Co-authored-by: Andrey Yastrebov <andrey.yastrebov@jetbrains.com>
e99f329 to
b2929c5
Compare
There was a problem hiding this comment.
Pull request overview
Adds a new “kotlin-tooling-cocoapods-to-spm-migration” skill with supporting reference docs to guide migrations from CocoaPods-based KMP integration to SwiftPM import, including phased adoption, import rewrites, Xcode integration, cleanup, and troubleshooting.
Changes:
- Introduces a new migration skill (
SKILL.md) describing an end-to-end phased workflow. - Adds reference documentation for the SwiftPM Import DSL, common pod→SPM mappings, CocoaPods cleanup patterns, troubleshooting, and a migration report template.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| skills/kotlin-tooling-cocoapods-to-spm-migration/SKILL.md | Main migration playbook and phased process for CocoaPods→SwiftPM import in KMP. |
| skills/kotlin-tooling-cocoapods-to-spm-migration/references/dsl-reference.md | DSL reference and examples for swiftPMDependencies {}. |
| skills/kotlin-tooling-cocoapods-to-spm-migration/references/common-pods-mapping.md | Mapping guidance for common pods (Firebase/Google SDKs) to SPM packages/products. |
| skills/kotlin-tooling-cocoapods-to-spm-migration/references/cocoapods-extras-patterns.md | Patterns for finding/removing CocoaPods-era Gradle/build logic. |
| skills/kotlin-tooling-cocoapods-to-spm-migration/references/troubleshooting.md | Troubleshooting checklist for common migration failures. |
| skills/kotlin-tooling-cocoapods-to-spm-migration/references/migration-report-template.md | Template for documenting migration results and decisions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
evilya
approved these changes
Mar 19, 2026
Collaborator
|
Duplicate #23 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New skill adapted from the documentation in Kotlin/kmp-cocoapods-to-spm-migration for migrating Kotlin Multiplatform projects from CocoaPods integration to Swift Package Manager import. Covers phased
swiftPMDependenciesadoption, Kotlin import rewrites, Xcode reconfiguration, CocoaPods cleanup, bundled cinterop klibs, and common Firebase and Google SDK migration pitfalls.Also adds supporting reference docs for DSL usage, pod-to-SPM mapping, CocoaPods cleanup patterns, troubleshooting, and migration reporting.