mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
fix(build): prevent invalid lints failing build
This commit is contained in:
parent
8602e68b60
commit
3522dc529d
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ object LintConfig {
|
|||
baseline = project.file("lint-baseline.xml")
|
||||
// This is extremely annoying
|
||||
disable += "NewerVersionAvailable"
|
||||
// Jetpack Compose lints are incompatible with AGP 8.3.0-alpha06
|
||||
disable += "ObsoleteLintCustomCheck"
|
||||
}
|
||||
|
||||
fun configureRootProject(project: Project) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue