From fda8f97f32be261c07a6a9da95dd2a54e1c209c3 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Wed, 27 May 2026 11:54:52 -0700 Subject: [PATCH] fix(proto): prune TakTalkMessage and TakTalkRoomData from Wire codegen (#5624) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- core/proto/build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/proto/build.gradle.kts b/core/proto/build.gradle.kts index 1deb5c91fb..cccc661e45 100644 --- a/core/proto/build.gradle.kts +++ b/core/proto/build.gradle.kts @@ -118,6 +118,8 @@ wire { prune("meshtastic.CotHow") prune("meshtastic.CotType") prune("meshtastic.GeoPointSource") + prune("meshtastic.TakTalkMessage") + prune("meshtastic.TakTalkRoomData") } // Modern KMP publication uses the project name as the artifactId by default.