android / codelab-android-hilt

Apache License 2.0
355 stars 188 forks source link

Using Hilt in Libraries or SDK #31

Open ynagarjuna2012 opened 3 years ago

ynagarjuna2012 commented 3 years ago

Hello Fellow Devs,

I am curious to know if I can use Hilt in libraries / SDK without the need of client annotating application class with @HiltAndroidApp

Is this use-case intentionally kept out if so would like to know them. There is very little info on this front.

jeckefe commented 3 years ago

In fact, I implemented hilt in a library with aar extension and I have problems with the hiltandroidapp

yschimke commented 2 years ago

I've used it with client apps that provide @HiltAndroidApp, but is there something that breaks it when used as an aar library?

felipezad commented 2 years ago

Do we have any news regarding this use case?