I'm trying to update my application to Android SDK 31 but I'm having an issue with graphhopper
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
I already tried to solve this problem with Override, but I couldn't.