We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e4b225 + 5082dd0 commit 5a1d18fCopy full SHA for 5a1d18f
1 file changed
android/app/build.gradle
@@ -22,6 +22,7 @@ android {
22
compileOptions {
23
sourceCompatibility = JavaVersion.VERSION_17
24
targetCompatibility = JavaVersion.VERSION_17
25
+ coreLibraryDesugaringEnabled true
26
}
27
28
kotlinOptions {
@@ -75,4 +76,8 @@ android {
75
76
77
flutter {
78
source = "../.."
79
+}
80
+
81
+dependencies {
82
+ coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
83
0 commit comments