Skip to content

Commit e8e8fcb

Browse files
committed
Work around a lint issue if linebyline is included
See https://issuetracker.google.com/issues/372756067.
1 parent c013477 commit e8e8fcb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

feature/linebyline/build.gradle.kts

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ anvil {
1010
generateDaggerFactories.set(true)
1111
}
1212

13+
// https://issuetracker.google.com/issues/372756067
14+
android.lint {
15+
disable.add("SuspiciousModifierThen")
16+
}
17+
1318
dependencies {
1419
implementation(project(":common:di"))
1520
implementation(project(":common:data"))

0 commit comments

Comments
 (0)