Skip to content

Commit 30a06c2

Browse files
committed
Analysis: Enable all warnings as errors for the image editor module
1 parent ed8ae3d commit 30a06c2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

libs/image-editor/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ android {
1818
vectorDrawables.useSupportLibrary = true
1919
}
2020

21+
kotlinOptions {
22+
allWarningsAsErrors = true
23+
}
24+
2125
sourceSets {
2226
main.java.srcDirs += 'src/main/kotlin'
2327
test.java.srcDirs += 'src/test/kotlin'

0 commit comments

Comments
 (0)