Skip to content

Commit

Permalink
Kotlin 2.1.10-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhamilton committed Jan 9, 2025
1 parent c2bf49b commit eb913c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
strategy:
fail-fast: false
matrix:
poko_sample_kotlin_version: [ ~, 2.1.10-RC, 2.1.20-Beta1 ]
poko_sample_kotlin_version: [ 2.1.0, ~, 2.1.20-Beta1 ]
env:
poko_sample_kotlin_version: ${{ matrix.poko_sample_kotlin_version }}
steps:
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 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.6"

kotlin = "2.1.0"
kotlin = "2.1.10-RC"
kotlinCompileTesting = "1.6.0"
# https://central.sonatype.com/artifact/dev.zacsweers.kctfork/core/versions:
kotlinCompileTestingFork = "0.7.0"
Expand Down

0 comments on commit eb913c8

Please sign in to comment.