Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add missing desugaring
  • Loading branch information
grzesiek2010 committed Feb 24, 2026
commit d58b7a76f3c8100748df57a4bde5c1485fe519a8
3 changes: 3 additions & 0 deletions experimental/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ android {
}

compileOptions {
isCoreLibraryDesugaringEnabled = true
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
Expand All @@ -39,6 +40,8 @@ android {
}

dependencies {
coreLibraryDesugaring(libs.desugar)

implementation(project(":androidshared"))
implementation(project(":strings"))

Expand Down