Change Lint warningsAsErrors to false to avoid build failure when a dependency is outdated

This commit is contained in:
Wolf-Martell Montwé 2023-09-18 15:48:37 +02:00
parent a0e6fd9f5c
commit 5d4f6e4291
No known key found for this signature in database
GPG key ID: 6D45B21512ACBF72

View file

@ -41,7 +41,7 @@ internal fun CommonExtension<*, *, *, *, *>.configureSharedComposeConfig(
}
lint {
warningsAsErrors = true
warningsAsErrors = false
abortOnError = true
}