Skip to content

Commit

Permalink
Add core library desugaring.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Oct 31, 2024
1 parent cd404de commit 03e5157
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions org.thepalaceproject.drm.core.tests/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
dependencies {
coreLibraryDesugaring(libs.android.desugaring)

implementation(project(":org.thepalaceproject.drm.core"))
implementation(libs.slf4j)
implementation(libs.junit)
Expand Down
2 changes: 2 additions & 0 deletions org.thepalaceproject.drm.core/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
dependencies {
coreLibraryDesugaring(libs.android.desugaring)

implementation(libs.androidx.core.ktx)
implementation(libs.io7m.junreachable)
implementation(libs.kotlin.stdlib)
Expand Down

0 comments on commit 03e5157

Please sign in to comment.