codelab-android-hilt
codelab-android-hilt copied to clipboard
Using Hilt in Libraries or SDK
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.
In fact, I implemented hilt in a library with aar extension and I have problems with the hiltandroidapp
I've used it with client apps that provide @HiltAndroidApp, but is there something that breaks it when used as an aar library?
Do we have any news regarding this use case?