Skip to content

Commit

Permalink
Kotlin 1.9.20-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhamilton committed Oct 12, 2023
1 parent 3fde06a commit 8975dd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .idea/kotlinc.xml

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

6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]

# https://androidx.dev/storage/compose-compiler/repository for versions matching new Kotlin versions:
androidx-compose-compiler = "1.5.4-dev-k1.9.20-Beta2-ac5f960bdaf"
androidx-compose-compiler = "1.5.4-dev-k1.9.20-RC-1edce5fd625"
androidx-compose-runtime = "1.5.3"
kotlin = "1.9.20-Beta2"
kotlin = "1.9.20-RC"
# If this ends with "-local", we use a checked-in jar instead of the public artifact:
kotlinCompileTesting = "1.5.1-pr394-local"
kotlinCompileTestingFork = "0.3.2"
# https://github.com/google/ksp/releases:
ksp = "1.9.20-Beta2-1.0.13"
ksp = "1.9.20-RC-1.0.13"

[libraries]

Expand Down

0 comments on commit 8975dd0

Please sign in to comment.