What problem does it solve?
Migrate Android projects to Kotlin Multiplatform (KMP) — facilitate isolation, dependency audits, and shared code strategies for multi-platform work. This skill guides teams through module isolation, KMP readiness checks, Kotlin version upgrades, and iOS framework exposure (CocoaPods / XCFramework / SPM) while applying expect/actual patterns. Trigger on: "move to KMP", "share with iOS", "extract to shared module", "make multiplatform", "migrate :module to KMP", "can we share this with iOS", "move to commonMain", "Kotlin Multiplatform". Do NOT use for: in-project library swaps that don't involve platform sharing (use code-migration instead), general KMP questions without a specific module/codebase to migrate, or iOS-only work.
Core Features & Use Cases
- Guidance through module isolation, dependency compatibility audits, and source-set restructuring for KMP migrations.
- Kotlin version upgrade planning and execution to 2.x, ensuring compatibility.
- iOS framework exposure strategies (CocoaPods / XCFramework / SPM) and expect/actual patterns for multi-platform code.
Quick Start
Isolate the module, run dependency audits with the latest maven-mcp tooling, and migrate sources to androidMain before promoting to commonMain.