From df5b1c584fde2d5eef563bd5cea04f3d5af81cf2 Mon Sep 17 00:00:00 2001 From: tapframe <85391825+tapframe@users.noreply.github.com> Date: Tue, 17 Feb 2026 22:19:30 +0530 Subject: [PATCH] fix comment format --- compose_stability_config.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose_stability_config.conf b/compose_stability_config.conf index a08755ef..e6594d88 100644 --- a/compose_stability_config.conf +++ b/compose_stability_config.conf @@ -1,4 +1,4 @@ -ws// Classes that should be treated as stable by the Compose compiler. +// Classes that should be treated as stable by the Compose compiler. // This prevents unnecessary recompositions for classes that are effectively immutable. // See: https://developer.android.com/develop/ui/compose/performance/stability/fix