Anyone here use Koin? How do I inject my repository into a glance composable?
s
Summers Pittman
07/27/2023, 3:19 PM
I haven't used koin, but my first guess would be to configure it in the Application as normal and then inside of the composable function you provide to provide content you should be able to call
koinInject
like you would in any other composable function.
What have you tried so far, or are you asking for getting started advice?