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 was archived by the owner on Aug 20, 2025. It is now read-only.
It crashed when I use this on server side application which has no Android deps. Is there a way to exclude Android specific dependencies?
Edited to add stacktrace:
java.lang.NoClassDefFoundError: dagger/android/ContributesAndroidInjector
at dagger.reflect.ReflectiveModuleParser.parse(ReflectiveModuleParser.java:78)
at dagger.reflect.ComponentScopeBuilder.get(ComponentScopeBuilder.java:124)
at dagger.reflect.ComponentBuilderInvocationHandler.invoke(ComponentBuilderInvocationHandler.java:98)