We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af469cb commit 9e6b0a8Copy full SHA for 9e6b0a8
gradle.properties
@@ -26,6 +26,4 @@ android.useAndroidX=true
26
# Kotlin code style for this project: "official" or "obsolete":
27
kotlin.code.style=official
28
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
+ksp.useKSP2=true
gradle/libs.versions.toml
@@ -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"
32
0 commit comments