We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6627b commit d3fbf19Copy full SHA for d3fbf19
build.gradle.kts
@@ -25,8 +25,7 @@ allprojects {
25
mavenCentral()
26
}
27
28
- // TODO: enable after https://youtrack.jetbrains.com/issue/KT-46257 gets fixed
29
-// tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>> {
30
-// kotlinOptions.allWarningsAsErrors = true
31
-// }
+ tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>> {
+ kotlinOptions.allWarningsAsErrors = true
+ }
32
0 commit comments