Matthew Laser
10/26/2021, 2:24 PMJobService
? It's an extension of Service
so it seems like Koin should support it in the way that Activity
and Fragment
are (by being able to simply use by inject<MyClass>()
) but it's not working as I'd expectMatthew Laser
10/26/2021, 2:25 PMKoinComponent
that isarnaud.giuliani
10/26/2021, 4:14 PMMatthew Laser
10/26/2021, 4:16 PMarnaud.giuliani
10/28/2021, 8:11 AM