Skip to content

Commit 94d8db7

Browse files
committed
Don't fail me now
1 parent d9ef8df commit 94d8db7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

adapterlayout-kotlin/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ android {
2323
sourceSets {
2424
main.java.srcDirs += 'src/main/kotlin'
2525
}
26+
lintOptions {
27+
abortOnError false
28+
}
2629
}
2730

2831
dependencies {

0 commit comments

Comments
 (0)