We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46a46c commit e1f14c6Copy full SHA for e1f14c6
1 file changed
modulecheck-core/src/main/kotlin/modulecheck/core/context/OverShotDependencies.kt
@@ -76,7 +76,7 @@ data class OverShotDependencies(
76
}
77
78
top.flatMap { all.getValue(it.name) }
79
- .filter { project.projectDependencies.value[it.configurationName].isNullOrEmpty() }
+ .filter { project.projectDependencies.value[it.configurationName]?.contains(it) != true }
80
.toSet()
81
82
0 commit comments