Open HashemDeveloper opened 3 months ago
Hi, @HashemDeveloper , this could happen if your Hilt Gradle Plugin version doesn't match the other Hilt dependencies. For example, in your project.gradle
you could still be using 2.48 instead of 2.49:
id 'com.google.dagger.hilt.android' version '2.48' apply false
Hi Dagger Hilt Team,
I encountered an issue while upgrading Dagger Hilt from version 2.48 to 2.49. Upon attempting the upgrade, the following error was thrown:
Project Setup: In project.gradle:
In all other app module.gradle files:
The project setup and dependency configuration are consistent across modules, and this issue appears only after attempting to upgrade to 2.49.
Could you please provide guidance on how to resolve this issue? Any insights or suggestions to troubleshoot and fix the problem would be greatly appreciated.
Thank you!