bitlap / intellij-sbt-dependency-analyzer

:chart_with_upwards_trend: SBT Dependency Analyzer for IntelliJ IDEA(IntelliJ IDEA的SBT依赖分析插件)
https://plugins.jetbrains.com/plugin/22427-sbt-dependency-analyzer
GNU General Public License v3.0
26 stars 3 forks source link

Add exclude `button` to dependencies that contain conflicts (including conflicts in transitive dependencies) #21

Closed jxnu-liguobin closed 2 weeks ago

jxnu-liguobin commented 1 year ago

Since declared dependencies are not available for single module project, this feature is only available for multi-module projects. Also unavailable in some cases due to https://github.com/bitlap/intellij-sbt-dependency-analyzer/issues/20

image