mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17: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")
|
baseline = project.file("lint-baseline.xml")
|
||||||
// This is extremely annoying
|
// This is extremely annoying
|
||||||
disable += "NewerVersionAvailable"
|
disable += "NewerVersionAvailable"
|
||||||
|
disable += "GradleDependency"
|
||||||
// Jetpack Compose lints are incompatible with AGP 8.3.0-alpha06
|
// Jetpack Compose lints are incompatible with AGP 8.3.0-alpha06
|
||||||
disable += "ObsoleteLintCustomCheck"
|
disable += "ObsoleteLintCustomCheck"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue