We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45156a commit 375118bCopy full SHA for 375118b
library/build.gradle
@@ -39,6 +39,6 @@ dependencies {
39
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0'
40
41
implementation 'androidx.room:room-runtime:2.6.1'
42
- implementation 'androidx.room:room-ktx:2.6.1'
+ implementation 'androidx.room:room-ktx:2.7.0'
43
compileOnly 'javax.annotation:javax.annotation-api:1.3.2'
44
}
0 commit comments