find unused proto message, enum and rpc in your sbt project.
addSbtPlugin("com.github.xuwei-k" % "unused-proto-plugin" % "latest version")
use ++=
or +=
instead of :=
.
- Compile / PB.targets := Seq(
+ Compile / PB.targets ++= Seq[protocbridge.Target](
> unusedProtoWarn