File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -170,9 +170,6 @@ conflicts, but:
170
170
* ` kotlinx-coroutines-debug ` transitively depends on JNA and JNA-platform, both of which include license files in their
171
171
META-INF directories. Trying to merge these files leads to conflicts, which means that any Android project that
172
172
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.
176
173
177
174
One possible workaround for these issues is to add the following to the ` android ` block in your gradle file for the
178
175
application subproject:
You can’t perform that action at this time.
0 commit comments