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 f6a2289 commit 48bb385Copy full SHA for 48bb385
app/build.gradle
@@ -43,6 +43,10 @@ android {
43
dataBinding true
44
}
45
46
+ kotlinOptions {
47
+ jvmTarget = "1.8"
48
+ }
49
+
50
51
52
dependencies {
@@ -95,5 +99,5 @@ dependencies {
95
99
implementation "androidx.room:room-ktx:$version_room"
96
100
97
101
// WorkManager
98
- implementation "android.arch.work:work-runtime-ktx:$version_work"
102
+ implementation "androidx.work:work-runtime-ktx:$version_work"
103
0 commit comments