Dependency Injection
When I want to provide dependencies like an ImageLoader in my Composable functions, would I use an Ambient ?
My current approach is to inject it via Hilt in the Activity and then provide it via an Ambient, i wonder if thats the way to go