From 15bd74b372143c2e78f07646985a8311243beacf Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Fri, 22 Sep 2023 15:58:22 -0400 Subject: [PATCH] Don't apply boms to core library desugaring's interface Works around this issue: https://issuetracker.google.com/issues/301426678 --- slack-plugin/src/main/kotlin/slack/gradle/Configurations.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/slack-plugin/src/main/kotlin/slack/gradle/Configurations.kt b/slack-plugin/src/main/kotlin/slack/gradle/Configurations.kt index 19c2a061d..d3a230639 100644 --- a/slack-plugin/src/main/kotlin/slack/gradle/Configurations.kt +++ b/slack-plugin/src/main/kotlin/slack/gradle/Configurations.kt @@ -50,7 +50,6 @@ internal object Configurations { *ERROR_PRONE.toTypedArray(), *RUNTIME.toTypedArray(), COMPILE_ONLY, - CORE_LIBRARY_DESUGARING, "androidTestUtil", "lintChecks", "lintRelease"