nowinandroid
nowinandroid copied to clipboard
hilt compiler migration
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
DemoDebugvariant:./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.