[FIR] Fix warnings in FIR modules and enable -Werror in them
This commit is contained in:
committed by
TeamCityServer
parent
0e31551797
commit
0c4bca4bde
@@ -50,6 +50,12 @@ val compileKotlin by tasks
|
||||
|
||||
compileKotlin.dependsOn(generateTree)
|
||||
|
||||
tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>> {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs += "-Xinline-classes"
|
||||
}
|
||||
}
|
||||
|
||||
if (kotlinBuildProperties.isInJpsBuildIdeaSync) {
|
||||
apply(plugin = "idea")
|
||||
idea {
|
||||
|
||||
Reference in New Issue
Block a user