ursus
09/06/2023, 2:12 PM...:compileWithJavac
Cannot find symbol FooModule_XYZFactory
cant pinpoint if its dagger or anvil causing this ..wasyl
09/06/2023, 2:14 PMwasyl
09/06/2023, 2:15 PMursus
09/06/2023, 2:16 PMwasyl
09/06/2023, 2:17 PMursus
09/06/2023, 2:18 PMwasyl
09/06/2023, 2:18 PMursus
09/06/2023, 2:19 PMwasyl
09/06/2023, 2:20 PMursus
09/06/2023, 2:22 PMwasyl
09/06/2023, 2:23 PMralf
09/06/2023, 3:20 PMursus
09/06/2023, 3:53 PMwasyl
09/06/2023, 4:01 PM./gradlew failingModule:compileKotlin --rerun
. If you have more modules it's not that heavywasyl
09/06/2023, 4:01 PMralf
09/06/2023, 4:04 PMursus
09/06/2023, 4:05 PManvil {
generateDaggerFactories.set(true)
}
?
generateDaggerFactories
is basically just a optimization to not run kapt
everywhere, right?wasyl
09/06/2023, 4:08 PMursus
09/06/2023, 4:09 PMralf
09/06/2023, 4:09 PMralf
09/06/2023, 4:09 PMursus
09/06/2023, 4:10 PMgenerateDaggerFactories
become deprecated and anvil will send people to use ksp dagger?
(and anvil just do anvil multimodule-meta-dagger stuff it's advertising?)ralf
09/06/2023, 4:15 PMgenerateDaggerFactories
is totally optional and only a build performance optimizationursus
09/06/2023, 4:19 PMJoel Wilcox
09/06/2023, 6:20 PMgenerateDaggerFactories
before making any decisions.