You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Can any one help me how to use Dagger in Xamarin Android? When i add this attribute on my component interface it's give me following error. Is there any docs available for Xamarin Android
[JavaX.Inject.Singleton]
[Dagger.Component( Modules = new Class[] { Class.FromType(typeof(AppModule))})]
interface IApplicationComponent
{
public abstract void Inject(AndroidApp androidApp);
}
Modules' is not a valid named attribute argument because it is not a valid attribute parameter type
Thanks
The text was updated successfully, but these errors were encountered:
Can any one help me how to use Dagger in Xamarin Android? When i add this attribute on my component interface it's give me following error. Is there any docs available for Xamarin Android
Modules' is not a valid named attribute argument because it is not a valid attribute parameter type
Thanks
The text was updated successfully, but these errors were encountered: