Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/compose-versions.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"versions": [
{
"compose-version": "1.10.3",
"kotlin-version": "2.4.0"
"compose-version": "1.11.1",
"kotlin-version": "2.4.20"
},
{
"compose-version": "1.11.1",
"kotlin-version": "2.4.0"
"compose-version": "1.12.0",
"kotlin-version": "2.4.20"
},
{
"compose-version": "1.12.0-beta01",
"kotlin-version": "2.4.0"
"compose-version": "1.13.0-alpha01",
"kotlin-version": "2.4.20"
}
]
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ Tested weekly against the 3 most recent Compose Multiplatform releases:
<!-- BEGIN cmp-matrix -->
| Compose Multiplatform | Kotlin | Status |
|:----------------------|:-------|:-------|
| 1.12.0-beta01 | 2.4.0 | CI tested |
| **1.11.1** | 2.4.0 | CI tested (current) |
| 1.10.3 | 2.4.0 | CI tested |
| 1.13.0-alpha01 | 2.4.20 | CI tested |
| **1.12.0** | 2.4.20 | CI tested (current) |
| 1.11.1 | 2.4.20 | CI tested |
<!-- END cmp-matrix -->

<sub>Generated from [`.github/compose-versions.json`](.github/compose-versions.json) by the update-compose-versions workflow — edit the JSON, not this table.</sub>
Expand Down
6 changes: 3 additions & 3 deletions docs/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ compose2pdf is tested weekly against the 3 most recent Compose Multiplatform rel
<!-- BEGIN cmp-matrix -->
| Compose Multiplatform | Kotlin | Status |
|:----------------------|:-------|:-------|
| 1.12.0-beta01 | 2.4.0 | CI tested |
| **1.11.1** | 2.4.0 | CI tested (current) |
| 1.10.3 | 2.4.0 | CI tested |
| 1.13.0-alpha01 | 2.4.20 | CI tested |
| **1.12.0** | 2.4.20 | CI tested (current) |
| 1.11.1 | 2.4.20 | CI tested |
<!-- END cmp-matrix -->

{: .note }
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "2.4.0"
compose-multiplatform = "1.11.1"
kotlin = "2.4.20"
compose-multiplatform = "1.12.0"
pdfbox = "3.0.7"
kotlinx-coroutines = "1.10.2"
maven-publish = "0.34.0"
Expand Down
Loading