|
|
@ -1,5 +1,5 @@
|
|
|
|
// This file contains classes (with possible wildcards) that the Compose Compiler will treat as stable.
|
|
|
|
// This file contains classes (with possible wildcards) that the Compose Compiler will treat as stable.
|
|
|
|
// It allows us to define classes that our not part of our codebase without wrapping them in a stable class.
|
|
|
|
// 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
|
|
|
|
// For more information, check https://developer.android.com/jetpack/compose/performance/stability/fix#configuration-file
|
|
|
|
|
|
|
|
|
|
|
|
// We always use immutable classes for our data model, to avoid running the Compose compiler
|
|
|
|
// We always use immutable classes for our data model, to avoid running the Compose compiler
|
|
|
|