Using new hilt 2.43 got a warning in generated by hilt
warning: [deprecation] applicationContextModule(ApplicationContextModule) in Builder has been deprecated
.applicationContextModule(new ApplicationContextModule(Hilt_App.this)).build();
Who can say how to fix that?