Does anyone have experience on migrating from `koi...
# dagger
y
Does anyone have experience on migrating from
koin
to
hilt
, I'm stuck in the area where
koin
passes parameters to the inject! e.g:
val SomeClass by inject {
parameterOf()
}
What's the equivalent in
hilt
r
Probably you'll need to migrate to Dagger's Assisted injection https://dagger.dev/dev-guide/assisted-injection.html