Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 7b4857e

Browse files
committed
Bug 1975907 - Update Kotlin to version 2.2.0. r=android-reviewers,mcarare
Differential Revision: https://phabricator.services.mozilla.com/D256212
1 parent 057dbb3 commit 7b4857e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ jacoco = "0.8.13"
6969
kotlin-dsl = "5.2.0"
7070
protobuf-plugin = "0.9.5"
7171
scip-java = "0.10.4"
72-
semanticdb-kotlinc = "0.5.0"
72+
semanticdb-kotlinc = "0.6.0"
7373

7474
# Kotlin versions
7575
coroutines = "1.10.2"
76-
kotlin = "2.1.21" # remember to change ksp-plugin
77-
ksp-plugin = "2.1.21-2.0.2"
78-
serialization = "1.8.1"
76+
kotlin = "2.2.0" # remember to change ksp-plugin
77+
ksp-plugin = "2.2.0-2.0.2"
78+
serialization = "1.9.0"
7979

8080
# Linter versions
8181
detekt = "1.23.8"

0 commit comments

Comments
 (0)