Skip to content

Commit

Permalink
add desugar lib
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo <[email protected]>
  • Loading branch information
Balcan committed Feb 27, 2024
1 parent 791c48d commit 16211ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dhis2-mobile-program-rules/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ android {
}
}
compileOptions {
isCoreLibraryDesugaringEnabled = true
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
Expand All @@ -36,4 +37,5 @@ android {

dependencies {
implementation(project(":commons"))
coreLibraryDesugaring(libs.desugar)
}

0 comments on commit 16211ef

Please sign in to comment.