-
I faced the below crash when reviewing another PR.
```
2021-11-22 17:37:10.425 14767-14767/com.woocommerce.android E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.woocommerce.android, PID…
-
I am able to clone build this project successfully to prepare for contributions, but when I hit the run button, it throws this error which I have tried to fix:
```
Execution failed for task ':app:ka…
-
Compilation fails for the next code:
```
@AndroidEntryPoint
open class CreateNoteFragment: Fragment() {
@Inject
lateinit var someValA: SomeClassA
...
}
```
```
@AndroidEntryPoi…
-
When upgrading my codebase to target Sdk 31, the compilation of my tests started failing due to the fact that the dependency `com.google.dagger:hilt-android-testing:2.39.1` depends on `androidx.test:c…
-
Versions:
* Android Studio: 4.2.1
* AGP: 4.2.1
* Dagger: 2.37
We have a Kotlin Multiplatform Module called `common`, which is then referenced from Android and iOS.
In the Android app we include…
-
https://user-images.githubusercontent.com/40322963/141402261-853e2ce5-699b-4915-947e-0c91a087b5b2.mp4
For one of my projects I moved from Hilt 2.28-alpha to 2.3.5. Now, my keyboard flickers when …
-
cannot access DefaultActivityViewModelFactory
![image](https://user-images.githubusercontent.com/18008332/134074246-90047344-d129-481e-a61d-3db9aedee409.png)
i need a min version of android stud…
-
I am facing issue where create of @HiltComposeNavigationFactory is getting called multiple time causing infinite invocation of compose. I am not sure what is triggering this but i followed exact same …
-
**Describe the bug**
Trying to run Dagger Hilt Rule and Cucumber tests, and it seems like the Hilt Rule is not getting invoked. Hilt Injection seems to be working without cucumber with exact the same…
-
We should have some DI tool like dagger hilt or koin for better management of resources. This will ultimately lead the project to follow clean code guidelines and make it scalable.