chore(deps): update core/proto/src/main/proto digest to a0a2239 (#5676)

Co-authored-by: James Rich <james.a.rich@gmail.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-05-30 14:42:45 -05:00
committed by GitHub
parent e48c394fd2
commit dee5c3d0dc
2 changed files with 6 additions and 1 deletions

View File

@@ -58,6 +58,11 @@ wire {
sourcePath {
srcDir("src/main/proto")
srcDir("src/main/wire-includes")
// Upstream added packages/kmp/ with symlinks back to root protos.
// Without filtering, Wire follows the symlinks and loads duplicates.
include("meshtastic/**/*.proto")
include("nanopb.proto")
include("google/**/*.proto")
}
kotlin {
// Wire 6 optimization: Avoid unnecessary immutable copies of repeated/map fields.