I have an android application
@HiltAndroidApp class MyApp extends Application { static MyApp app; static MyApp getApp() { return app; }