Explorar o código

added strict compiler option

sirekanian %!s(int64=2) %!d(string=hai) anos
pai
achega
46dd773e5f
Modificáronse 1 ficheiros con 3 adicións e 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
     }