Skip to content

Commit

Permalink
Kotlin 2.0.10 (#376)
Browse files Browse the repository at this point in the history
* KSP 2.0.10-1.0.24
* Test with 2.0.0 consumer on CI
  • Loading branch information
drewhamilton authored Aug 7, 2024
1 parent d0b2f96 commit 1f0d3fb
Show file tree
Hide file tree
Showing 3 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.10-RC2" ]
poko_sample_kotlin_version: [ "2.0.0", ~ ]
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.

4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

androidx-compose-runtime = "1.6.8"

kotlin = "2.0.0"
kotlin = "2.0.10"
kotlinCompileTesting = "1.6.0"
kotlinCompileTestingFork = "0.5.1"
# https://github.com/google/ksp/releases:
ksp = "2.0.0-1.0.24"
ksp = "2.0.10-1.0.24"

[libraries]

Expand Down

0 comments on commit 1f0d3fb

Please sign in to comment.