kmp-migration
Use when migrating an Android module or project to Kotlin Multiplatform (KMP) — invoke proactively even when the user is asking where to start, whether it's feasible, or how to share code with iOS. Covers: moving sources to commonMain/androidMain, splitting dependencies between source sets, KMP dependency compatibility audit, Kotlin version check and upgrade to 2.x, module isolation as prerequisite, iOS framework exposure (CocoaPods / XCFramework / SPM), and 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 (out of scope for this skill), general KMP questions without a specific module/codebase to migrate, or iOS-only work.
Changelog: Source: GitHub https://github.com/kirich1409/krozov-ai-tools
Loading comments...