Skip to content

Commit 95cd8be

Browse files
committed
fixup! Declare byte-buddy as 'implementation' dependency instead of shading.
1 parent c101711 commit 95cd8be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kotlinx-coroutines-debug/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@ dependency of `kotlinx-coroutines-test`) may fail with `DuplicateRelativeFileExc
167167

168168
The problem is that Android merges the resources of all its dependencies into a single directory and complains about
169169
conflicts, but:
170-
* `kotlinx-coroutines-debug` transitively depends on JNA and JNA-platform, both of which include license files in their
171-
META-INF directories. Trying to merge these files leads to conflicts, which means that any Android project that
172-
depends on JNA and JNA-platform will experience build failures.
170+
`kotlinx-coroutines-debug` transitively depends on JNA and JNA-platform, byte-buddy and byte-buddy-agent, both of which include license files in their
171+
META-INF directories. Trying to merge these files leads to conflicts, which means that any Android project that
172+
depends on JNA and JNA-platform will experience build failures.
173173

174174
One possible workaround for these issues is to add the following to the `android` block in your gradle file for the
175175
application subproject:

0 commit comments

Comments
 (0)