Change Lint warningsAsErrors to false to avoid build failure when a dependency is outdated
This commit is contained in:
parent
a0e6fd9f5c
commit
5d4f6e4291
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ internal fun CommonExtension<*, *, *, *, *>.configureSharedComposeConfig(
|
|||
}
|
||||
|
||||
lint {
|
||||
warningsAsErrors = true
|
||||
warningsAsErrors = false
|
||||
abortOnError = true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue