mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat(build-logic): modularize build-logic & update dependencies (#3110)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
91da327e16
commit
22a5521b9d
21 changed files with 255 additions and 282 deletions
5
compose_compiler_config.conf
Normal file
5
compose_compiler_config.conf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// 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
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue