codelab-android-dagger-to-hilt icon indicating copy to clipboard operation
codelab-android-dagger-to-hilt copied to clipboard

Results 6 codelab-android-dagger-to-hilt issues
Sort by recently updated
recently updated
newest added

Hello there, According to [page #2 of the codelab](https://codelabs.developers.google.com/codelabs/android-dagger-to-hilt/index.html#2), we are supposed to add Hilt to the project ourselves. However, as seen in the following lines, Hilt is already included...

From [Issue 1: Branch Master is not the starting point](https://github.com/googlecodelabs/android-dagger-to-hilt/issues/1) related by [@evowizz](https://github.com/evowizz) . Thanks! ## Problem to solve: According to page #2 of the codelab, we are supposed to...

The Documentation on is confusing. It is not clear when the application should build and what the error messages mean. Even I used Dagger before in a Project I have...

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.android.dagger.di.AppSubcomponents must also be annotated with @InstallIn. [Hilt] Processing did not complete. See error above for details. e: /home/ny/AndroidStudioProjects/DaggerHilt/android-dagger-to-hilt/app/build/tmp/kapt3/stubs/debug/com/example/android/dagger/di/StorageModule.java:7: error: [Hilt]...

Hello, I tried finding a solution to connect the existing library DependencyComponent to Hilt ApplicationComponent. It looks like it is impossible at the moment. Could you please clarify that. **Example:**...

At step 8. Migrating another scoped component, the instructions refer to call `initData()` on the `UserDataRepository` yet the method does not exist nor is there any obvious alternative code that's...