Skip to content

Conversation

@hichamboushaba
Copy link
Member

@hichamboushaba hichamboushaba commented Feb 4, 2025

Check woocommerce/woocommerce-android#13458 for more information and testing steps.

This also avoids bundling it as runtime dependency
Remove hilt-android-compiler as it's deprecated, and use only hilt-compiler
implementation "com.github.bumptech.glide:glide:$glideVersion"

implementation "com.google.dagger:hilt-android:$gradle.ext.daggerVersion"
implementation "com.google.dagger:hilt-android-compiler:$gradle.ext.daggerVersion"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I completely removed references to hilt-android-compiler and replaced them when needed with hilt-compiler. The former one is deprecated now google/dagger#2439

@hichamboushaba hichamboushaba marked this pull request as ready for review February 4, 2025 14:05
@hichamboushaba hichamboushaba changed the title Fix hilt configuration Fix Hilt configuration Feb 4, 2025
@JorgeMucientes JorgeMucientes self-assigned this Feb 5, 2025
Copy link
Contributor

@JorgeMucientes JorgeMucientes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job and investing this issue @hichamboushaba

Followed tests instructions from the linked PR and everything works as expected. :shipit:

@JorgeMucientes JorgeMucientes merged commit a636629 into trunk Feb 5, 2025
13 checks passed
@JorgeMucientes JorgeMucientes deleted the fix-hilt-configuration branch February 5, 2025 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants