Hi everyone
Is there any di library present in kotlin which can be used for any kotlin project not specific to android like dagger
n
Nino
01/26/2024, 11:31 AM
Dagger is not specific to Android, but yes, Hilt is.
If dagger isn't your cup of tea, you can use Koin instead. Its learning curve is a bit more gentle.
v
Vishrut Goyal
01/26/2024, 12:52 PM
Yup i am trying to use koin,
Can you please share if any reference is present how dagger can be used outside android, i tried looking for it but couldn't get any it will be helpful.