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:
James Rich 2025-09-15 16:48:27 -05:00 committed by GitHub
parent 91da327e16
commit 22a5521b9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 255 additions and 282 deletions

View 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