Skip to content

Commit

Permalink
Update deps_lint.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
krossovochkin authored Nov 5, 2023
1 parent 3b0641a commit a357be2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions quality/deps_lint.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ dependencyAnalysis {
}
onIncorrectConfiguration {
exclude("com.squareup.okhttp3:okhttp")
exclude("org.jetbrains.kotlin:kotlin-stdlib")
}
}
project(":core:presentation:paging") {
Expand All @@ -74,6 +75,16 @@ dependencyAnalysis {
exclude("androidx.lifecycle:lifecycle-viewmodel-ktx")
}
}
project(":core:presentation:flow") {
onIncorrectConfiguration {
exclude("org.jetbrains.kotlin:kotlin-stdlib")
}
}
project(":core:presentation:navigation") {
onIncorrectConfiguration {
exclude("org.jetbrains.kotlin:kotlin-stdlib")
}
}
project(":feature:app-list") {
onUnusedDependencies {
exclude(
Expand Down

0 comments on commit a357be2

Please sign in to comment.