Explorar el Código

added strict compiler option

sirekanian hace 2 años
padre
commit
46dd773e5f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      app/build.gradle

+ 3 - 0
app/build.gradle

@@ -50,6 +50,9 @@ android {
             excludes += '/META-INF/{AL2.0,LGPL2.1}'
         }
     }
+    kotlinOptions {
+        allWarningsAsErrors = true
+    }
     lint {
         warningsAsErrors true
     }