Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Kotlin 1.9.22 #814

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs :
strategy :
fail-fast : false
matrix :
kotlin-version : [ 1.9.20 ]
kotlin-version : [ 1.9.22 ]

steps :
- uses : actions/checkout@v3
Expand All @@ -36,7 +36,7 @@ jobs :
strategy :
fail-fast : false
matrix :
kotlin-version : [ 1.9.20 ]
kotlin-version : [ 1.9.22 ]

steps :
- uses : actions/checkout@v3
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs :
# solution.
fail-fast : false
matrix :
kotlin-version : [ 1.9.20 ]
kotlin-version : [ 1.9.22 ]
agp-version : [ 7.1.1, 7.2.0, 7.3.1 ]

steps :
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs :
# solution.
fail-fast : false
matrix :
kotlin-version : [ 1.9.20 ]
kotlin-version : [ 1.9.22 ]

steps :
- uses : actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Added

### Changed
- Upgrade Kotlin to `1.9.22`

### Deprecated

Expand Down
2 changes: 1 addition & 1 deletion annotations-optional/dependencies/runtimeClasspath.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
javax.inject:javax.inject:1
org.jetbrains.kotlin:kotlin-stdlib:1.9.20
org.jetbrains.kotlin:kotlin-stdlib:1.9.22
org.jetbrains:annotations:13.0
2 changes: 1 addition & 1 deletion annotations/dependencies/runtimeClasspath.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
org.jetbrains.kotlin:kotlin-stdlib:1.9.20
org.jetbrains.kotlin:kotlin-stdlib:1.9.22
org.jetbrains:annotations:13.0
8 changes: 4 additions & 4 deletions compiler-api/dependencies/runtimeClasspath.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.jetbrains.intellij.deps:trove4j:1.0.20200330
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.20
org.jetbrains.kotlin:kotlin-daemon-embeddable:1.9.20
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.22
org.jetbrains.kotlin:kotlin-daemon-embeddable:1.9.22
org.jetbrains.kotlin:kotlin-reflect:1.6.10
org.jetbrains.kotlin:kotlin-script-runtime:1.9.20
org.jetbrains.kotlin:kotlin-stdlib:1.9.20
org.jetbrains.kotlin:kotlin-script-runtime:1.9.22
org.jetbrains.kotlin:kotlin-stdlib:1.9.22
org.jetbrains:annotations:13.0
6 changes: 3 additions & 3 deletions compiler-utils/dependencies/runtimeClasspath.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ com.squareup:kotlinpoet-jvm:1.16.0
com.squareup:kotlinpoet:1.16.0
javax.inject:javax.inject:1
org.jetbrains.intellij.deps:trove4j:1.0.20200330
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.20
org.jetbrains.kotlin:kotlin-daemon-embeddable:1.9.20
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.22
org.jetbrains.kotlin:kotlin-daemon-embeddable:1.9.22
org.jetbrains.kotlin:kotlin-reflect:1.9.22
org.jetbrains.kotlin:kotlin-script-runtime:1.9.20
org.jetbrains.kotlin:kotlin-script-runtime:1.9.22
org.jetbrains.kotlin:kotlin-stdlib:1.9.22
org.jetbrains:annotations:13.0
6 changes: 3 additions & 3 deletions compiler/dependencies/runtimeClasspath.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ com.squareup:kotlinpoet:1.16.0
javax.annotation:jsr250-api:1.0
javax.inject:javax.inject:1
org.jetbrains.intellij.deps:trove4j:1.0.20200330
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.20
org.jetbrains.kotlin:kotlin-daemon-embeddable:1.9.20
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.22
org.jetbrains.kotlin:kotlin-daemon-embeddable:1.9.22
org.jetbrains.kotlin:kotlin-reflect:1.9.22
org.jetbrains.kotlin:kotlin-script-runtime:1.9.20
org.jetbrains.kotlin:kotlin-script-runtime:1.9.22
org.jetbrains.kotlin:kotlin-stdlib:1.9.22
org.jetbrains:annotations:13.0
2 changes: 1 addition & 1 deletion gradle-plugin/dependencies/runtimeClasspath.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
org.jetbrains.kotlin:kotlin-stdlib:1.9.20
org.jetbrains.kotlin:kotlin-stdlib:1.9.22
org.jetbrains:annotations:13.0
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ kase = "0.9.1"
kct = "0.4.0"
kgx = "0.1.10"
kotest = "5.8.0"
kotlin = "1.9.20"
kotlin = "1.9.22"
kotlinx-binaryCompatibility = "0.13.2"
kotlinpoet = "1.16.0"
# If updating KSP version, we currently have ksp override logic in settings.gradle that needs to be updated too
ksp = "1.9.20-1.0.14"
ksp = "1.9.22-1.0.17"
ktlint = "1.0.1"
ktlintPlugin = "12.1.0"
mavenPublish = "0.27.0"
Expand Down