Skip to content

Commit

Permalink
chore: enable desugaring for :android
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorhugods committed Mar 6, 2024
1 parent b890d87 commit 18b831a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ android {
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
isCoreLibraryDesugaringEnabled = true
}

kotlinOptions {
Expand All @@ -77,6 +78,6 @@ dependencies {
implementation(project(":network"))
implementation(project(":cryptography"))
implementation(project(":logic"))

implementation(libs.bundles.android)
coreLibraryDesugaring(libs.desugarJdkLibs)
}

0 comments on commit 18b831a

Please sign in to comment.