Skip to content

Commit

Permalink
chore(deps): update kotlin to v2.0.21 (#419)
Browse files Browse the repository at this point in the history
* Add 2.0.21 to readme and .idea file
* Test 2.0.20 on CI

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Drew Hamilton <[email protected]>
  • Loading branch information
renovate[bot] and drewhamilton authored Oct 11, 2024
1 parent 8e4d0e8 commit 683cb75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
needs: build
strategy:
matrix:
poko_sample_kotlin_version: [ ~, 2.0.21-RC ]
poko_sample_kotlin_version: [ 2.0.20, ~ ]
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ exclusively compatible with specific versions of Poko.

| Kotlin version | Poko version |
|-----------------|--------------|
| 2.0.20 | 0.17.1 |
| 2.0.20 – 2.0.21 | 0.17.1 |
| 2.0.0 – 2.0.10 | 0.16.0 |
| 1.9.0 – 1.9.24 | 0.15.3 |
| 1.8.20 – 1.8.22 | 0.13.1 |
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

androidx-compose-runtime = "1.7.3"

kotlin = "2.0.20"
kotlin = "2.0.21"
kotlinCompileTesting = "1.6.0"
kotlinCompileTestingFork = "0.5.1"
# https://github.com/google/ksp/releases:
Expand Down

0 comments on commit 683cb75

Please sign in to comment.