nowinandroid icon indicating copy to clipboard operation
nowinandroid copied to clipboard

hilt compiler migration

Open Abhimanyu14 opened this issue 1 year ago • 0 comments

What I have done and why

Migrating Hilt compiler from "hilt-android-compiler" to "hilt-compiler".

"hilt-android-compiler" is renamed to "hilt-compiler" https://github.com/google/dagger/releases/tag/dagger-2.29.1

How I'm testing it

Choose at least one:

  • Unit tests
  • UI tests
  • Screenshot tests
  • N/A (provide justification)

Do tests pass?

  • [ ] Run local tests on DemoDebug variant: ./gradlew testDemoDebug
  • [ ] Check formatting: ./gradlew --init-script gradle/init.gradle.kts spotlessApply

Is this your first pull request?

  • [ ] Sign the CLA
  • [ ] Run ./tools/setup.sh
  • [ ] Import the code formatting style as explained in the setup script.

Abhimanyu14 avatar May 01 '24 09:05 Abhimanyu14