You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In debug build, there is no problem for my app. But when isMinifyEnabled = true, I have got an ClassCastException, View after unlocking the apk, I saw @Inject got a wrong type
This is the dex file type
I have got a CurrentDevicAdapter
But in the source file, it should be DeviceInfoAdapter
I have no idea why this problem will occur
I have checkd the mid product for hilt in outputs folder, it is the right type