Skip to content

Commit 588f29c

Browse files
committed
fix radiography packaging
The upstream bug has been removed from kotlin/kotlinx libraries. The exclusion allowed this module to build, but nothing would actually resolve when trying to consume it downstream.
1 parent c4278a6 commit 588f29c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

workflow-ui/radiography/build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ plugins {
66
published
77
}
88

9-
android {
10-
// See https://github.com/Kotlin/kotlinx.coroutines/issues/1064#issuecomment-479412940
11-
packagingOptions.exclude("**/*.kotlin_*")
12-
}
13-
149
dependencies {
1510
api(project(":workflow-ui:core-android"))
1611
api(libs.squareup.radiography)

0 commit comments

Comments
 (0)