forked from square/dagger
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
Upgrading Hilt 2.42 -> 2.44 adds a new deprecation warning.
When we upgraded androidx from Hilt 2.42 to 2.44 (https://android-review.googlesource.com/c/platform/frameworks/support/+/2242564) we started getting a new compile warning:
> Task :hilt:hilt-navigation-fragment:hiltJavaCompileDebugAndroidTest
$OUT_DIR/androidx/hilt/hilt-navigation-fragment/build/generated/hilt/component_sources/debugAndroidTest/androidx/hilt/navigation/fragment/HiltNavGraphViewModelLazyTest_TestComponentDataSupplier.java:16: warning: [deprecation] applicationContextModule(ApplicationContextModule) in Builder has been deprecated
.applicationContextModule(
1 warning
sy-hash, Taewan-P, SimonMarquis and TWiStErRob