mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2025-12-24 00:07:48 -05:00
10 lines
519 B
Plaintext
10 lines
519 B
Plaintext
// This file contains classes (with possible wildcards) that the Compose Compiler will treat as stable.
|
|
// It allows us to define classes that are not part of our codebase without wrapping them in a stable class.
|
|
// 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 |