Skip to content

Commit

Permalink
Disable allWarningsAsErrors for now because of KT-46257
Browse files Browse the repository at this point in the history
  • Loading branch information
Abduqodiri Qurbonzoda authored and qurbonzoda committed Dec 27, 2021
1 parent 00f2fa5 commit 3eb42d3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ allprojects {
mavenCentral()
}

tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>> {
kotlinOptions.allWarningsAsErrors = true
}
// TODO: enable after https://youtrack.jetbrains.com/issue/KT-46257 gets fixed
// tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>> {
// kotlinOptions.allWarningsAsErrors = true
// }
}

0 comments on commit 3eb42d3

Please sign in to comment.