From f9eeba21a407934878ee21d6708ca944b52f1d6b Mon Sep 17 00:00:00 2001 From: Prathmesh Chaudhari Date: Sun, 15 Sep 2024 13:51:35 -0400 Subject: [PATCH 1/2] Refactor: Use 'by' delegation for mutableStateOf properties --- .idea/inspectionProfiles/Project_Default.xml | 24 ++++ .../main/java/com/ivy/home/HomeViewModel.kt | 117 +++++++++--------- 2 files changed, 84 insertions(+), 57 deletions(-) diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 44ca2d9b03..b67486ec8b 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,6 +1,30 @@