I am migrating from multiple activity compose project to a single activity compose project.
While migrating I have found that I am using shared preferences in multiple screens (Now composable functions)
Passing shared preference object as a parameter to each composable seems tedious is there any better way to do it?