Don't use warningsAsError in compiler modules if useFIR is ON

This commit is contained in:
Mikhail Glukhikh
2021-02-01 20:54:52 +03:00
parent d953a03807
commit 0b0ba7d987
+1 -1
View File
@@ -86,7 +86,7 @@ if (kotlinBuildProperties.isInJpsBuildIdeaSync) {
idea {
this.module.generatedSourceDirs.add(generationRoot)
}
} else {
} else if (!kotlinBuildProperties.useFir) {
allprojects {
tasks.withType<KotlinCompile<*>> {
if (path !in tasksWithWarnings) {