From f89a55477afda709b72856a1fa797b67f3a98bf5 Mon Sep 17 00:00:00 2001 From: Shawn <18649508+NOBLES5E@users.noreply.github.com> Date: Mon, 30 Sep 2024 03:10:09 -0400 Subject: [PATCH] Update compose_compiler_config.conf --- compose_compiler_config.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose_compiler_config.conf b/compose_compiler_config.conf index d47946206e..4337c04cbd 100644 --- a/compose_compiler_config.conf +++ b/compose_compiler_config.conf @@ -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