Explorar el Código

Added strict compiler and lint options

Vadik Sirekanyan hace 2 años
padre
commit
1dddfdd481
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      app/build.gradle.kts

+ 4 - 0
app/build.gradle.kts

@@ -34,6 +34,10 @@ android {
     }
     kotlinOptions {
         jvmTarget = "1.8"
+        allWarningsAsErrors = true
+    }
+    lint {
+        warningsAsErrors = true
     }
     buildFeatures {
         compose = true