Merged
Conversation
Clarified dependency resolution for multiple variants in KMP.
Add section on dependency resolution for KMP Android library plugin migration.
Updated section on test source set renaming for clarity and impact.
- Bump dependency versions - Update compatibility table - Update verification checklist - Shorten main skill file
hfmehmed
reviewed
Mar 26, 2026
This was referenced Mar 27, 2026
Tapchicoma
approved these changes
Mar 27, 2026
| id("org.jetbrains.kotlin.multiplatform") version "2.3.0" apply false | ||
| id("org.jetbrains.compose") version "1.8.0" apply false | ||
| id("org.jetbrains.kotlin.plugin.compose") version "2.3.0" apply false | ||
| id("org.jetbrains.kotlin.multiplatform") version "2.3.20" apply false |
Collaborator
There was a problem hiding this comment.
It would be nice somehow automate updating these versions once new release is out
Contributor
There was a problem hiding this comment.
Could we instead give the agent where it can find the latest version. I think once they know how they can find the version they stop hallucinating about random versions
Collaborator
Author
There was a problem hiding this comment.
I've been experimenting with prompting the agent to use Context7 for this, but it still hallucinates versions more often than the "hard-coded" approach. I guess, because of quite tricky compatibility. Since it doesn't work out of the box, I have plans for a separate "kmp-version-upgrade" skill, that this skill could reference too. I think that's out of scope for this PR, though
hfmehmed
reviewed
Mar 27, 2026
skills/kotlin-tooling-agp9-migration/references/MIGRATION-LIBRARY.md
Outdated
Show resolved
Hide resolved
hfmehmed
reviewed
Mar 27, 2026
skills/kotlin-tooling-agp9-migration/references/MIGRATION-LIBRARY.md
Outdated
Show resolved
Hide resolved
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.
Includes changes from #28, #29, #30, #31, #32, #33