Trying to integrate Rocket Chat in my existing Flutter app through Platform Channel but got the following error in 2 files help me plz
error: cannot find symbol
@dagger.Component(modules = {dagger.android.support.AndroidSupportInjectionModule.class, chat.rocket.android.dagger.module.AppModule.class, chat.rocket.android.dagger.module.ActivityBuilder.class, ServiceBuilder.class, chat.rocket.android.dagger.module.ReceiverBuilder.class, chat.rocket.android.dagger.module.AndroidWorkerInjectionModule.class})
error: [ComponentProcessor:MiscError] dagger.internal.codegen.ComponentProcessor was unable to process this interface because not all of its dependencies could be resolved. Check for compilation errors or a circular dependency with generated code.
public abstract interface AppComponent {