mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
fix(build): disable GradleDependency
lint
I have better ways to deal with this
This commit is contained in:
parent
17eb9a4c45
commit
a0ea6d6e1c
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ object LintConfig {
|
|||
baseline = project.file("lint-baseline.xml")
|
||||
// This is extremely annoying
|
||||
disable += "NewerVersionAvailable"
|
||||
disable += "GradleDependency"
|
||||
// Jetpack Compose lints are incompatible with AGP 8.3.0-alpha06
|
||||
disable += "ObsoleteLintCustomCheck"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue