Handles the breaking changes in Android Gradle Plugin 9.0 that make the standard Android plugins incompatible with Kotlin Multiplatform in the same module. Walks you through three migration paths: swapping to the new `com.android.kotlin.multiplatform.library` plugin for libraries, splitting Android app modules away from KMP shared code (mandatory for apps), or doing a full restructure to match the new JetBrains project layout. It analyzes your setup first, then gives you concrete DSL changes, source directory renames, and dependency migration steps. From JetBrains, so the guidance tracks their official recommended structure. Saves you from manually piecing together the migration from scattered docs when your KMP build breaks on AGP 9.
npx skills add https://github.com/kotlin/kotlin-agent-skills --skill kotlin-tooling-agp9-migration