-
どうもマルチモジュール対応されてないっぽい?
ちゃんと調査してから入れる
-
Hi, I am having some problems with Hilt dependency injection. If I clean the project and build, it builds just fine. But gives me ‘Unresolved reference’ on a bunch of my injected view models if I chan…
-
setup MVVM architecture with empty classes
-
Hi,
I try to run an android test with dagger hilt 2.38.1, and the generated class is missing the "dagger.hilt.android.internal.Contexts" import.
I get an error:
..../ShoppingDaoTest_TestCompon…
-
Hi!
Currently Hilt collect generate all code with Application (such as ActivityCImpl、ApplicationCImpl...) but of course this class cannot access code in DFM code. Also, annotationProcessor in app…
-
I'm getting a warning while compiling a project with the latest Hilt and AGP:
```
warning: No processor claimed any of these annotations: dagger.hilt.internal.processedrootsentinel.ProcessedRootSent…
-
For varied reasons (e.g. easier fakes/stub/mock in automated tests), abstract classes may be used in conjunction with companion implementation classes. While `@Binds` declarations for View Models buil…
-
Our production app was successfully using 2.33 dagger until this morning we moved to 2.34 and started getting compilation issues and the code is not building.
Looks like the errors are from "Defau…
-
I looked up the whole doc and found nothing for this kind of injection
After lots of searching, I realized I need to use `getIt();` to perform this.
That would be great some sort of annotation …
-
Hi,
After updating kotlin plugin from 1.4.32 to 202-1.5.10-release-894.AS8194.7 and Studio from 4.1.2 to 4.2.1, the builds are getting error: cannot access HiltAndroidApp
@HiltAndroidApp
abstr…
hcknl updated
3 years ago