-
I have the following situation. There are some objects I would like to instantiate only ONCE for the whole lifetime of my viewmodel. Something like @InstallIn(ViewModelComponent::class) does in dagger…
-
I have to run :app:depencencies for update lock file which is a kind of mechanism to manage version. But an error happens. I think it's a bug.
To explain the bug, I create a very simple project…
-
```
NoSuchMethodError:DaggerKotlinIssueDetector$createUastHandler$1.visitField(DaggerKotlinIssueDetector.kt:166)
←UElementVisitor$DispatchPsiVisitor.visitField(UElementVisitor.kt:659)
←KotlinUField…
-
```
D/DRouterCore: Request start -------------------------------------------------------------
D/DRouterCore: primary request "1", router uri "didi://router/login?a=1&b=2", need callback "true"
W/D…
-
_Android Gradle Plugin:_
**7.0.4**
_Gradle:_
**7.3.3**
_Optimizer:_
- [x] R8
_Have you created the sentry.properties file?_
- [x] Yes -> android folder of the react native project
_SD…
-
Hi,
When i am integrating stripe in my project which also has dagger implementation, I am facing issues in dagger libraries.
Stripe implementation : implementation 'com.stripe:stripe-android:18.…
-
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…
-
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…
-
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…
-
Sentry Issue: [WOOCOMMERCE-ANDROID-331](https://sentry.io/organizations/a8c/issues/2960028579/?referrer=github_integration)
```
IllegalStateException: Cannot call this method while RecyclerView is co…