Skip to content

Commit

Permalink
Remove desugaring
Browse files Browse the repository at this point in the history
  • Loading branch information
phansier committed Apr 26, 2024
1 parent 423f6bf commit 4233765
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions cmp-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,13 @@ android {
}
}
compileOptions {
isCoreLibraryDesugaringEnabled = true

targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_17
}
namespace = "ru.beryukhov.coffeegram"
}

dependencies {
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs_minimal:2.0.4")

implementation(projects.cmpCommon)

implementation(libs.core.coreKtx)
Expand Down
3 changes: 0 additions & 3 deletions cmp-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ android {
}

compileOptions {
isCoreLibraryDesugaringEnabled = true

sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
Expand All @@ -102,7 +100,6 @@ android {
}

dependencies {
coreLibraryDesugaring(libs.kotlinx.datetime)
}

compose.desktop {
Expand Down

0 comments on commit 4233765

Please sign in to comment.