Enable core library desugaring

Fix #8343
This commit is contained in:
topjohnwu
2024-09-09 01:55:35 -07:00
parent b828e2d0b2
commit abaff72304
2 changed files with 6 additions and 0 deletions

View File

@@ -42,10 +42,15 @@ android {
buildFeatures {
dataBinding = true
}
compileOptions {
isCoreLibraryDesugaringEnabled = true
}
}
dependencies {
implementation(project(":app:core"))
coreLibraryDesugaring(libs.jdk.libs)
implementation(libs.indeterminate.checkbox)
implementation(libs.rikka.layoutinflater)