We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ac4e0 commit 283ff4eCopy full SHA for 283ff4e
Jetchat/build.gradle
@@ -61,7 +61,7 @@ subprojects {
61
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
62
kotlinOptions {
63
// Treat all Kotlin warnings as errors
64
- allWarningsAsErrors = false
+ allWarningsAsErrors = true
65
66
freeCompilerArgs += '-Xopt-in=kotlin.RequiresOptIn'
67
0 commit comments