Is there a way to use Hilt in library and the client app might use dagger/hilt/nothing.
I already looked at the custom component part of hilt but i am confused on
where will the
@HiltAndroidApp
annotation goes if the client app is not using Hilt.
j
Jitendra
03/15/2022, 2:18 AM
Did your problem solved, ? I am also facing same issue looking for help
r
Ravin Jain
03/15/2022, 2:19 AM
Nope we are moving to dagger
So u r using hilt only
j
Jitendra
03/15/2022, 4:17 AM
Yes, for now I will also plan to migrate to dagger
r
Ravin Jain
03/15/2022, 4:18 AM
Yup if u r just starting I would suggest no di or vanilla dagger
For me we had an app and now we were dividing it into a sdk so that's why the problem