Skip to content

Commit

Permalink
Ignore ktx check
Browse files Browse the repository at this point in the history
  • Loading branch information
StaehliJ committed Jan 30, 2024
1 parent 0cf081e commit e0901da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ dependencyAnalysis {

// Required because of https://github.com/autonomousapps/dependency-analysis-gradle-plugin/issues/892
structure {
// https://github.com/autonomousapps/dependency-analysis-gradle-plugin/wiki/Customizing-plugin-behavior
ignoreKtx(true) // default is false
bundle("kotlin-test") {
includeDependency(libs.kotlin.test)
}
Expand Down

0 comments on commit e0901da

Please sign in to comment.