Allow using Anvil to generate Factories for subcomponents #74
Labels
dagger factory
Happens when generateDaggerFactories is set to true
enhancement
New feature or request
At the moment if a module contains a
@Component
or@Subcomponent
class and Anvil is setup to generate Dagger factories the compiler plugin throws an error, because it cannot generate this code. This check is correct for@Component
s, but not subcomponents. Subcomponents are generated in the same module as the root component is generated.The text was updated successfully, but these errors were encountered: