Skip to content

Commit fab2ded

Browse files
committed
Analysis: Enable all warnings as errors for the processors module
1 parent 476a7c4 commit fab2ded

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libs/processors/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ plugins {
33
id "org.jetbrains.kotlin.kapt"
44
}
55

6+
compileKotlin {
7+
kotlinOptions {
8+
allWarningsAsErrors = true
9+
}
10+
}
11+
612
dependencies {
713
implementation project(':libs:annotations')
814
implementation "com.google.auto.service:auto-service:$autoServiceVersion"

0 commit comments

Comments
 (0)