Skip to content

Commit c8535be

Browse files
committed
fix: set abortOnError to false
1 parent 879aee9 commit c8535be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ android {
8484
}
8585
}
8686
lint {
87-
disable += "StringFormatInvalid"
87+
abortOnError = false
8888
}
8989
}
9090
composeCompiler {

0 commit comments

Comments
 (0)