We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223200b commit 984da67Copy full SHA for 984da67
android/app/build.gradle
@@ -27,13 +27,6 @@ android {
27
compileOptions {
28
sourceCompatibility JavaVersion.VERSION_1_8
29
targetCompatibility JavaVersion.VERSION_1_8
30
-
31
- // The use of desugar_jdk_libs causes warning noise at build time:
32
- // https://github.com/zulip/zulip-flutter/pull/887#issuecomment-2287653388
33
- // https://issuetracker.google.com/issues/294273986
34
- // TODO(#351): Try removing core-library desugaring once we've
35
- // removed flutter_local_notifications.
36
- coreLibraryDesugaringEnabled true
37
}
38
39
kotlinOptions {
@@ -103,5 +96,4 @@ flutter {
103
96
104
97
dependencies {
105
98
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
106
- coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.0.4"
107
99
0 commit comments