Hilt using in android library
问题 I would like to try Hilt DI in the android library. It is a dependency on another project, with its own submodule. The very first problem I've encountered is the requirement of marking Application with @HiltAndroidApp . Now I do not have anything that extends Application in my library ofc but would like to utilize Hilt and its predefined components. Is it possible or should I go with Dagger only in such a case? I've found a solution for Dagger, where library dependency injection is made