Skip to content

Commit

Permalink
Merge pull request #1649 from NOBLES5E/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
dturner authored Sep 30, 2024
2 parents c4ebde1 + f89a554 commit dd516a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose_compiler_config.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// 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

// We always use immutable classes for our data model, to avoid running the Compose compiler
Expand Down

0 comments on commit dd516a7

Please sign in to comment.