From 8690b5acc0a44cbb4fc093c9cacdee305c92259f Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Fri, 12 Dec 2025 13:02:27 -0600 Subject: [PATCH] feat: Mark database models and protobufs as stable (#3982) --- compose_compiler_config.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/compose_compiler_config.conf b/compose_compiler_config.conf index bb81c2725..35005dfbe 100644 --- a/compose_compiler_config.conf +++ b/compose_compiler_config.conf @@ -3,3 +3,8 @@ // For more information, check https://developer.android.com/jetpack/compose/performance/stability/fix#configuration-file +org.meshtastic.core.database.model.Node +org.meshtastic.core.database.model.Message +org.meshtastic.core.database.entity.Reaction +org.meshtastic.proto.** +com.google.protobuf.ByteString \ No newline at end of file