Skip to content

Commit d0b8677

Browse files
committed
Bump KSP and room dependencies to target kotlin 2.x
Kotlin 2.7.x adds support for KSP but also needs Kotlin 2.x Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
1 parent acc43ee commit d0b8677

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ groupie = "2.10.1"
2222
jsoup = "1.21.2"
2323
junit = "4.13.2"
2424
junit-ext = "1.1.5"
25-
kotlin = "1.9.25"
26-
ksp = "1.9.25-1.0.20"
25+
kotlin = "2.2.21"
26+
ksp = "2.3.0"
2727
ktlint = "0.45.2"
2828
leakcanary = "2.12"
2929
lifecycle = "2.6.2"
@@ -39,7 +39,7 @@ picasso = "2.8"
3939
preference = "1.2.1"
4040
prettytime = "5.0.8.Final"
4141
recyclerview = "1.3.2"
42-
room = "2.6.1"
42+
room = "2.7.2"
4343
runner = "1.5.2"
4444
rxandroid = "3.0.2"
4545
rxbinding = "4.0.0"

0 commit comments

Comments
 (0)