Skip to content

Commit c101711

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

kotlinx-coroutines-debug/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@ conflicts, but:
170170
* `kotlinx-coroutines-debug` transitively depends on JNA and JNA-platform, both of which 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.
173-
* Additionally, `kotlinx-coroutines-debug` embeds `byte-buddy-agent` and `byte-buddy`, along with their resource files.
174-
Then, if the project separately depends on `byte-buddy`, merging the resources of `kotlinx-coroutines-debug` with ones
175-
from `byte-buddy` and `byte-buddy-agent` will lead to conflicts as the resource files are duplicated.
176173

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

0 commit comments

Comments
 (0)