From ae70646ed415501594f507f8d32edccd2270a319 Mon Sep 17 00:00:00 2001 From: Thomas SharedInbox Date: Sat, 23 May 2026 20:00:39 +0200 Subject: [PATCH] fix: enable core library desugaring for flutter_local_notifications (#183) Both isCoreLibraryDesugaringEnabled = true in compileOptions and the coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.4") dependency are already present in android/app/build.gradle.kts from the earlier fix in #37. This commit closes issue #183 which was opened to track the same requirement.