-
java.lang.IllegalStateException: Hilt Fragments must be attached to an @AndroidEntryPoint Activity. Found: class jp.panta.misskeyandroidclient.SearchResultActivity
at dagger.hilt.internal.Preconditi…
-
Currently we are stuck on Dagger 2.22 - the latest version (as this issue is written) is 2.35.1 / 2.28.3
To upgrade you can go through this tutorial, as above 2.22 Dagger changes quite a bit:
ht…
-
Version: 2.29
As per release notes of Dagger 2.29 (https://github.com/google/dagger/releases/tag/dagger-2.29)
I've tried to change the `compiler` dependency to:
```
kapt "com.google.dagger:hil…
-
Build fails with an exception from kapt processing step:
```
...
Caused by: org.jetbrains.kotlin.kapt3.base.util.KaptBaseError: Exception while annotation processing
at org.jetbrains.kotli…
-
It is great to see you utilize the VIPER architecture quite well in your code. At the same time, I do have a few small concerns on the following parts that I would love to hear more from you:
- It …
-
I have a class that extends from DialogFragment that is annotated with `@AndroidEntryPoint`, something like this:
```kotlin
@AndroidEntryPoint
class OurFragment : DialogFragment() {
```
I upgra…
-
AGP: 7.0.4
Upgrade hiltVersion from 2.29.1-alpha to 2.40.5, getting this error during build:
`* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:hiltJava…
-
Hi! First of all thanks for the great work on Hilt, this is really helpful to us!
When doing UI tests, we usually mock our ViewModels to send some mocked data to the UI. We then check if the displa…
-
### Version of Marp Tool
@marp-team/marp-cli v1.7.0 (w/ @marp-team/marp-core v2.3.2)
### Operating System
macOS
### Environment
- OS version: macOS 12.2
- Node.js version v16.13.2
- VS Code ver…
-
## References
- https://github.com/google/dagger/releases/tag/dagger-2.40.5
- https://github.com/google/dagger/releases/tag/dagger-2.40.4
- https://github.com/google/dagger/releases/tag/dagger-2.…
uhooi updated
2 years ago