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 e1949a6 commit 310a965Copy full SHA for 310a965
app/build.gradle
@@ -92,7 +92,7 @@ dependencies {
92
kapt "androidx.room:room-compiler:$version_room"
93
94
// Kotlin Extensions and Coroutines support for Room
95
- implementation "androidx.room:room-ktx:$room_version"
+ implementation "androidx.room:room-ktx:$version_room"
96
97
// WorkManager
98
implementation "android.arch.work:work-runtime-ktx:$version_work"
0 commit comments