Is Hilt uses alpha version of Dagger’s KSP support under the hood?
In official Dagger documentation said:
Dagger2 injection across modules replace implementation of Interface
I am breaking up my project into different Android Studio modules. At the base, I have a headless modules with core
business logic. Down the module dependency tree, I have an app
modules that encompasses the Android Application.