Skip to content

Commit

Permalink
android build: Remove use of core-library desugaring
Browse files Browse the repository at this point in the history
  • Loading branch information
rajveermalviya committed Aug 21, 2024
1 parent 223200b commit 984da67
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8

// The use of desugar_jdk_libs causes warning noise at build time:
// https://github.com/zulip/zulip-flutter/pull/887#issuecomment-2287653388
// https://issuetracker.google.com/issues/294273986
// TODO(#351): Try removing core-library desugaring once we've
// removed flutter_local_notifications.
coreLibraryDesugaringEnabled true
}

kotlinOptions {
Expand Down Expand Up @@ -103,5 +96,4 @@ flutter {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.0.4"
}

0 comments on commit 984da67

Please sign in to comment.