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

Please clarify the Documentation

Open coding-jj opened this issue 4 years ago • 1 comments

The Documentation on https://codelabs.developers.google.com/codelabs/android-dagger-to-hilt/ 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 no understanding what I'm doing within this tutorial.

I'ts more like a do ist this way tutorial for that example. But gives you no real understanding about what you are doing.

Please clarify:

  • At what points the tutorial should build
  • What error messages occur within the migration and what they mean
  • Give a valid starting point
  • Explain more the coexistence of dagger and hilt while migrating

coding-jj avatar Jun 22 '20 07:06 coding-jj

I addition, it does not look like this example follows the migration strategy laid out by Hilt here: https://dagger.dev/hilt/migration-guide

newmanw avatar Aug 23 '21 17:08 newmanw