I found i can inject useCases after i create scope...
# koin
j
I found i can inject useCases after i create scope using
by inject()
if i implement
KoinComponent
. Is this the right way?
t
Yes
Koin just uses extension functions on KoinComponent interface
j
okay