~does anyone know if it's possible to inject into ...
# koin
m
does anyone know if it's possible to inject into an android
JobService
? 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 expect
this works fine!
without extending
KoinComponent
that is
a
weird 🤔
m
sorry arnaud - I got it to work as expected in the meantime. a gradle error from switching branches was creating background issues 😢
a
no pb 👍