Update Compose Multiplatform compatibility matrix - #18
Open
compose2pdf-bot[bot] wants to merge 1 commit into
Open
Update Compose Multiplatform compatibility matrix#18compose2pdf-bot[bot] wants to merge 1 commit into
compose2pdf-bot[bot] wants to merge 1 commit into
Conversation
compose2pdf-bot
Bot
force-pushed
the
auto/update-compose-versions
branch
from
July 27, 2026 11:03
d2b41d8 to
00f257c
Compare
compose2pdf-bot
Bot
force-pushed
the
auto/update-compose-versions
branch
from
August 3, 2026 11:03
00f257c to
2563b81
Compare
compose2pdf-bot
Bot
force-pushed
the
auto/update-compose-versions
branch
from
August 17, 2026 10:24
2563b81 to
7b9051f
Compare
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.
Auto-detected new Compose Multiplatform versions from Maven Central.
Updated matrix:
{ "versions": [ { "compose-version": "1.10.3", "kotlin-version": "2.4.10" }, { "compose-version": "1.11.1", "kotlin-version": "2.4.10" }, { "compose-version": "1.12.0-rc01", "kotlin-version": "2.4.10" } ] }This PR also bumps the shipped build base in
gradle/libs.versions.tomlto thelatest stable Compose/Kotlin (the library ships one binary, built against the
currently-released CMP). The compatibility tables in
docs/compatibility.mdandREADME.mdhave been regenerated from the matrix and the new pin.The compatibility CI will run on this PR to verify the shipped binary runs against
every version in the matrix. If a stable version fails, drop it from
.github/compose-versions.json(or change the base) before merging; pre-releasefailures are informational.