Capacitor 5, Post notifications (problems)

I need to ask the user for notifications allowance because from android 13 we have new permission so i found somewhere that i need to upgrade the project to capacitor 5 so i did it but capacitor 5 says that i need to disable enablejetifier and my project used this now on build it says duplicate classes android as an errors and when i enable the jetifier the project is building but my application is not starting

It’s not mandatory to remove enablejetifier, just recommended, but if you use old plugins that still require to use enablejetifier then you should not remove it.

But on the other hand, those plugins should be updated to not use the old android support libraries since androidx came out 5 years ago, that’s enough time to update.