I Use dagger to generate class components on compile and it fail to generate. the class DaggerAccountOverviewComponent wasn't found.
some on the other thread says enable this. File > Settings > Build, Execution, Deployment > Compiler > Annotation Processors
but there was no Annotation Processor
//inject account overview module to utilize injection DaggerAccountOverviewComponent.builder()