Skip to content

Commit 9e6b0a8

Browse files
authored
Update Room and enable KSP2 (#640)
1 parent af469cb commit 9e6b0a8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

gradle.properties

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,4 @@ android.useAndroidX=true
2626
# Kotlin code style for this project: "official" or "obsolete":
2727
kotlin.code.style=official
2828

29-
# FIXME: There are still a few issues with KSP and K2. It probably won't be ready until Room is
30-
# updated to 2.7.0 (currently in alpha), and the KSP2 issue with @TypeConverters is fixed.
31-
#ksp.useKSP2=true
29+
ksp.useKSP2=true

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ androidx-media3 = "1.6.0"
2626
androidx-navigation = "2.8.9"
2727
androidx-paging = "3.3.6"
2828
androidx-recyclerview = "1.4.0"
29-
androidx-room = "2.6.1"
29+
androidx-room = "2.7.0"
3030
androidx-viewpager2 = "1.1.0"
3131
androidx-webkit = "1.13.0"
3232

0 commit comments

Comments
 (0)