Skip to content

Commit 879aee9

Browse files
committed
fix: disable string lint
1 parent 5ec51ce commit 879aee9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ android {
8383
isIncludeAndroidResources = true // robolectric
8484
}
8585
}
86+
lint {
87+
disable += "StringFormatInvalid"
88+
}
8689
}
8790
composeCompiler {
8891
featureFlags = setOf(

0 commit comments

Comments
 (0)