Skip to content

Commit ffc097d

Browse files
committed
Analysis: Enable all warnings as errors for the editor module
1 parent e053210 commit ffc097d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libs/editor/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ android {
4242
targetSdkVersion rootProject.targetSdkVersion
4343
}
4444

45+
kotlinOptions {
46+
allWarningsAsErrors = true
47+
}
48+
4549
// Avoid 'duplicate files during packaging of APK' errors
4650
packagingOptions {
4751
exclude 'LICENSE.txt'

0 commit comments

Comments
 (0)