-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency ':flutter_local_notifications' requires core library desugaring to be enabled for :app #2389
Comments
I have got the same issue. The error asks to use this code below
but it is deprecated and should not be used. |
I also have same issue. |
@PollyGlot do you have a link to a repo hosting a minimal app that shows that what is there is deprecated and shouldn't be used? I updated the example app to AGP 8.6.0, built a release APK and didn't see deprecation warnings |
same issue solved by adding in app/build.gradle
|
This works !!! |
Execution failed for task ':app:checkDevDebugAarMetadata'.
Hi @here am facing this issue after updating to gradle 8.5.0 version in Android Studio
Can anyone help me on this ?
The text was updated successfully, but these errors were encountered: