File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,6 @@ android {
27
27
compileOptions {
28
28
sourceCompatibility JavaVersion . VERSION_1_8
29
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
30
}
38
31
39
32
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
}
You can’t perform that action at this time.
0 commit comments