diff --git a/libraries/commonConfiguration.gradle b/libraries/commonConfiguration.gradle index 4fcbeffc1bc..2574aecbdff 100644 --- a/libraries/commonConfiguration.gradle +++ b/libraries/commonConfiguration.gradle @@ -61,6 +61,7 @@ ext.configureFrontendIr = { Project project -> task.kotlinOptions { if (project.kotlinBuildProperties.useFirForLibraries) { freeCompilerArgs += "-Xuse-fir" + allWarningsAsErrors = false } if (project.properties.renderDiagnosticNames) { freeCompilerArgs += "-Xrender-internal-diagnostic-names"