-
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.NoClassDefFoundEr…
-
version catalog values:
```
androidGradlePlugin = "8.2.2"
kspPlugin = "1.9.23-1.0.20"
hiltPlugin = "2.49"
hiltExt = "1.2.0" #used for hilt-compiler and hilt-work
```
getting the following err…
-
EasyMVP works fine with Dagger 2.11. It is broken when migrating to Dagger 2.12. You can easily replicate this by compiling the sample tvProgram_android project against this Dagger version. When th…
-
```
What steps will reproduce the problem?
Project uses these dependencies for tests:
Instructions used for build configuration:
https://code.google.com/p/android-test-kit/wiki/EspressoSetupInstruc…
-
```
What steps will reproduce the problem?
Project uses these dependencies for tests:
Instructions used for build configuration:
https://code.google.com/p/android-test-kit/wiki/EspressoSetupInstruc…
-
```
What steps will reproduce the problem?
Project uses these dependencies for tests:
Instructions used for build configuration:
https://code.google.com/p/android-test-kit/wiki/EspressoSetupInstruc…
-
```
What steps will reproduce the problem?
Project uses these dependencies for tests:
Instructions used for build configuration:
https://code.google.com/p/android-test-kit/wiki/EspressoSetupInstruc…
-
Error:(28, 10) 错误: [dagger.android.AndroidInjector.inject(T)] Found a dependency cycle:
com.ppdy.wanandroid.mvp.presenter.main.HomePageFirstTabContract.Presenter is injected at
com.ppdy.wanandroid.d…
-
We already have solutions(#509, #397) for Dagger 2 and Dagger Android, so will there be a plan to support [Dagger Hilt ](https://dagger.dev/hilt) via another third-party library, or is there a workaro…
-
When we have a module with a generic type then dagger-reflect fails to resolve this dependency. For example given that we have the following module
```
@Module
public abstract class BaseActivity…