allWarningsAsErrors
diff --git a/gradle.properties b/gradle.properties
index eab7616..2ca2156 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -9,7 +9,7 @@
 org.gradle.parallel=true
 org.gradle.caching=true
 org.gradle.configuration-cache=true
-org.gradle.kotlin.dsl.allWarningsAsErrors=true
+org.gradle.kotlin.dsl.allWarningsAsErrors=false
 
 # Please keep it in sync with repo/gradle-build-conventions/gradle.properties.
 # It's currently needed for proper configuration cache work, the reason will be investigated later
@@ -90,7 +90,7 @@
 #kotlin.build.useFirForLibraries=true
 
 # Disable -Werror compiler flag
-#kotlin.build.disable.werror=true
+kotlin.build.disable.werror=true
 
 # Render internal diagostic names
 #kotlin.build.render.diagnostic.names=true