-
The following options were not recognized by any processor: '[dagger.hilt.android.internal.disableAndroidSuperclassValidation, dagger.hilt.android.internal.projectType, dagger.hilt.internal.useAggrega…
-
### Project Setup
`build.gradle` (some information changed or removed because this is our company's code)
```Gradle
buildscript {
ext {
kotlin_version = '1.5.31'
navigationVe…
-
#### Description of the issue. Please be specific.
Error:Cannot run program "bazel" (in directory "D:\dev\github\selenium"): CreateProcess error=206, The filename or extension is too long
Most of fi…
-
**Is your feature request related to a problem? Please describe.**
As someone who wants to write tests for the app dependency injection with hilt/dagger will make it much easier as explained [her…
-
## Description
We are working on creating a snapshot test for an Android View with injected dependencies via **Dagger/Hilt**, but are running into an issue when generating the snapshot if a view is a…
-
android-dagger-to-hilt/app/build/tmp/kapt3/stubs/debug/com/example/android/dagger/di/AppSubcomponents.java:7: error: [Hilt]
public final class AppSubcomponents {
^
com.example.androi…
nyxee updated
3 years ago
-
**Describe the bug**
When using HiltAndroidRule from Dagger/Hilt 2.49+ with Testify, an `IllegalStateException` is thrown.
```kotlin
@HiltAndroidTest
class NavigationTest {
@get:Rule(or…
-
This is gonna be a big one, but it's also too early to actually start on it. Just tracking for now.
-
My project does not apply Proguard obfuscation, but uses the paid obfuscation library 'allatori'.
https://allatori.com/
When obfuscation is applied using the 'allatori' library, a crash error occu…
-
When running project that has HILT, I am getting the following crash caused by:
`val createReceiptViewModel: CreateReceiptViewModel = hiltViewModel(key = "create_bill_viewmodel")`
on the stackt…