Skip to content

Commit 283ff4e

Browse files
committed
allWarningAsErrors = true
1 parent 70ac4e0 commit 283ff4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jetchat/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ subprojects {
6161
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
6262
kotlinOptions {
6363
// Treat all Kotlin warnings as errors
64-
allWarningsAsErrors = false
64+
allWarningsAsErrors = true
6565

6666
freeCompilerArgs += '-Xopt-in=kotlin.RequiresOptIn'
6767

0 commit comments

Comments
 (0)