dimsuz
09/19/2023, 5:36 PMerror: ComponentProcessingStep was unable to process 'com.example.app.android.di.AppComponent' because 'anvil.module.com.example.feature.home.routing.di.HomeFlowComponentAnvilModule' could not be resolved.
Dependency trace:
=> element (INTERFACE): com.example.feature.home.routing.di.HomeFlowComponent
=> annotation: @dagger.Subcomponent(modules={com.example.feature.home.routing.di.HomeFlowModule, com.example.feature.home.ui.di.HomeUiModule, anvil.module.com.example.feature.home.routing.di.HomeFlowComponentAnvilModule})
=> annotation value (TYPE_ARRAY): modules={com.example.feature.home.routing.di.HomeFlowModule, com.example.feature.home.ui.di.HomeUiModule, anvil.module.com.example.feature.home.routing.di.HomeFlowComponentAnvilModule}
=> annotation value (TYPE): modules=anvil.module.com.example.feature.home.routing.di.HomeFlowComponentAnvilModule
Only clean builds are successful, then it repeats again. I don't see any bugs on github about this, so I might have messed up somehow, but I'm not even sure what to look for. Any hints?Kirill Zhukov
09/19/2023, 6:28 PM--rerun-tasks
😕ralf
09/19/2023, 6:44 PMdimsuz
09/20/2023, 10:22 AM