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 00f2fa5 commit 3eb42d3Copy full SHA for 3eb42d3
build.gradle.kts
@@ -25,7 +25,8 @@ allprojects {
25
mavenCentral()
26
}
27
28
- tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>> {
29
- kotlinOptions.allWarningsAsErrors = true
30
- }
+ // TODO: enable after https://youtrack.jetbrains.com/issue/KT-46257 gets fixed
+// tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>> {
+// kotlinOptions.allWarningsAsErrors = true
31
+// }
32
0 commit comments