Issue with Hilt Application Class: Gradle Dependency Conflict
I’m working on an Android project that runs fine without the following Hilt application class:
Error while generating release build or running gradle task gradle :app:minifyReleaseWithR8
I’m encountering an issue while trying to generate a release build or run the gradle :app:minifyReleaseWithR8 task for my Android application.
My Android project has two modules: app
and core