chore: silent Aligned16KB lint temporarily

This commit is contained in:
Harsh Shandilya 2025-04-08 13:21:35 +05:30
parent 1b80f5525b
commit 0db43a8752
4 changed files with 3 additions and 43 deletions

View file

@ -8,7 +8,7 @@
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/kotlin/dev/msfjarvis/claw/gradle/LintConfig.kt"
line="51"
line="53"
column="33"/>
</issue>

View file

@ -31,6 +31,8 @@ object LintConfig {
if (!isJVM) {
enable += "ComposeM2Api"
error += "ComposeM2Api"
// The Lint baseline message changes too frequently for this
disable += "Aligned16KB"
}
baseline = project.file("lint-baseline.xml")
// This is extremely annoying