Skip to content

Commit 3eb42d3

Browse files
Abduqodiri Qurbonzodaqurbonzoda
authored andcommitted
Disable allWarningsAsErrors for now because of KT-46257
1 parent 00f2fa5 commit 3eb42d3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle.kts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ allprojects {
2525
mavenCentral()
2626
}
2727

28-
tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>> {
29-
kotlinOptions.allWarningsAsErrors = true
30-
}
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+
// }
3132
}

0 commit comments

Comments
 (0)