Hi!
Currently Hilt collect generate all code with Application (such as ActivityCImpl、ApplicationCImpl...) but of course this class cannot access code in DFM code. Also, annotationProcessor in app module will not process the annotation in DFM. We do need to use DFM for feature delivery, should we fallback to use dagger injection?
Hi! Currently Hilt collect generate all code with Application (such as ActivityCImpl、ApplicationCImpl...) but of course this class cannot access code in DFM code. Also, annotationProcessor in app module will not process the annotation in DFM. We do need to use DFM for feature delivery, should we fallback to use dagger injection?
Thanks!