Skip to content

Commit b7704dd

Browse files
committed
Analysis: Enable all warnings as errors for the annotations module
1 parent 65eff20 commit b7704dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libs/annotations/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
plugins {
22
id "org.jetbrains.kotlin.jvm"
33
}
4+
5+
compileKotlin {
6+
kotlinOptions {
7+
allWarningsAsErrors = true
8+
}
9+
}

0 commit comments

Comments
 (0)