I'm trying to do a simple dagger with Android activity using Bazel. I've setup everything as the example directory has shown and bazel seems to have a hard time finding the generated Hilt_MainActivity()
@AndroidEntryPoint class expected to extend Hilt_MainActivity. Found: Object [Hilt] Processing did not complete. See error above for details.
Hi there,
I'm trying to do a simple dagger with Android activity using Bazel. I've setup everything as the example directory has shown and bazel seems to have a hard time finding the generated Hilt_MainActivity()
@AndroidEntryPoint class expected to extend Hilt_MainActivity. Found: Object [Hilt] Processing did not complete. See error above for details.
Here are my WORKSPACE and BUILD files
WORKSPACE:
BUILD
And my MainActivity is as simple as this:
MyApplication:
Any suggestions?