Skip to content

Commit 08eb7ec

Browse files
committed
Enable desugaring for flutter_local_notifications
1 parent 5b02341 commit 08eb7ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ android {
4040
compileOptions {
4141
sourceCompatibility JavaVersion.VERSION_21
4242
targetCompatibility JavaVersion.VERSION_21
43+
coreLibraryDesugaringEnabled true
4344
}
4445

4546
kotlinOptions {

0 commit comments

Comments
 (0)