Skip to content

Commit

Permalink
Update build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Oct 31, 2024
1 parent 43fd6f0 commit dd5c761
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ allprojects {
encoding = "UTF-8"
sourceCompatibility = JavaVersion.toVersion(jdkBytecodeTarget)
targetCompatibility = JavaVersion.toVersion(jdkBytecodeTarget)
isCoreLibraryDesugaringEnabled = true
}
}

Expand Down Expand Up @@ -646,6 +647,7 @@ allprojects {
encoding = "UTF-8"
sourceCompatibility = JavaVersion.toVersion(jdkBytecodeTarget)
targetCompatibility = JavaVersion.toVersion(jdkBytecodeTarget)
isCoreLibraryDesugaringEnabled = true
}

android.testOptions {
Expand Down Expand Up @@ -766,6 +768,7 @@ allprojects {
"androidTestReleaseImplementation",
"androidTestReleaseImplementationDependenciesMetadata",
"annotationProcessor",
"coreLibraryDesugaring",
"debugAndroidTestCompilationImplementation",
"debugAndroidTestImplementation",
"debugAndroidTestImplementationDependenciesMetadata",
Expand Down

0 comments on commit dd5c761

Please sign in to comment.