Hey if you have a base Activity that is using dagg...
# dagger
r
Hey if you have a base Activity that is using dagger , and your migrating to hilt, is there a incremental way to handle changing it ? also do both BaseActivity and the class inherting it need to be annontated with @AndroidEntryPoint when using hilt ? Assuming your also using hilt in the base activity
f
Only the one inheriting