[Build] Add ability to enable rendering of diagnostic names via local.properties
This commit is contained in:
committed by
teamcity
parent
3d48f9926f
commit
e7e1aa1873
@@ -70,6 +70,9 @@ ext.configureFrontendIr = { Project project ->
|
||||
if (project.kotlinBuildProperties.useFirForLibraries) {
|
||||
freeCompilerArgs += "-Xuse-fir"
|
||||
}
|
||||
if (project.properties.renderDiagnosticNames) {
|
||||
freeCompilerArgs += "-Xrender-internal-diagnostic-names"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user