Skip to content

Commit bf6fe6d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-debug/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ 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, byte-buddy and byte-buddy-agent, both of which include license files in their
170+
`kotlinx-coroutines-debug` transitively depends on JNA and JNA-platform, byte-buddy and byte-buddy-agent, all of them include license files in their
171171
META-INF directories. Trying to merge these files leads to conflicts, which means that any Android project that
172172
depends on JNA and JNA-platform will experience build failures.
173173

0 commit comments

Comments
 (0)