Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions core/proto/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down