We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed8ae3d commit 30a06c2Copy full SHA for 30a06c2
1 file changed
libs/image-editor/build.gradle
@@ -18,6 +18,10 @@ android {
18
vectorDrawables.useSupportLibrary = true
19
}
20
21
+ kotlinOptions {
22
+ allWarningsAsErrors = true
23
+ }
24
+
25
sourceSets {
26
main.java.srcDirs += 'src/main/kotlin'
27
test.java.srcDirs += 'src/test/kotlin'
0 commit comments