https://kotlinlang.org logo
Title
y

Yasser AKBBACH

08/25/2022, 8:25 AM
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

Robert Williams

08/25/2022, 9:07 AM
Probably you'll need to migrate to Dagger's Assisted injection https://dagger.dev/dev-guide/assisted-injection.html