Skip to content

Update Room and enable KSP2 #640

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

Merged
merged 1 commit into from
Apr 14, 2025
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,4 @@ android.useAndroidX=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official

# FIXME: There are still a few issues with KSP and K2. It probably won't be ready until Room is
# updated to 2.7.0 (currently in alpha), and the KSP2 issue with @TypeConverters is fixed.
#ksp.useKSP2=true
ksp.useKSP2=true
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ androidx-media3 = "1.6.0"
androidx-navigation = "2.8.9"
androidx-paging = "3.3.6"
androidx-recyclerview = "1.4.0"
androidx-room = "2.6.1"
androidx-room = "2.7.0"
androidx-viewpager2 = "1.1.0"
androidx-webkit = "1.13.0"

Expand Down