We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e06137 commit a14583fCopy full SHA for a14583f
buildSrc/src/main/kotlin/CommunityProjectsBuild.kt
@@ -179,7 +179,7 @@ private fun warningsAreErrorsOverride(project: Project): Boolean? =
179
*/
180
fun KotlinCommonCompilerOptions.setWarningsAsErrors(project: Project) {
181
if (warningsAreErrorsOverride(project) != false) {
182
- allWarningsAsErrors = true
+ allWarningsAsErrors = false
183
} else {
184
freeCompilerArgs.addAll("-Wextra", "-Xuse-fir-experimental-checkers")
185
}
0 commit comments