Is there a way to use Hilt in library and the clie...
# dagger
r
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
Did your problem solved, ? I am also facing same issue looking for help
r
Nope we are moving to dagger
So u r using hilt only
j
Yes, for now I will also plan to migrate to dagger
r
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
👍 1