Show list of apps and their backup status
diff --git a/app/build.gradle b/app/build.gradle
index 1ed8157..de921d5 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -29,6 +29,9 @@
         targetCompatibility 1.8
         sourceCompatibility 1.8
     }
+    kotlinOptions {
+        jvmTarget = JavaVersion.VERSION_1_8.toString()
+    }
     testOptions {
         unitTests.all {
             useJUnitPlatform()