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