File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -167,9 +167,9 @@ dependency of `kotlinx-coroutines-test`) may fail with `DuplicateRelativeFileExc
167
167
168
168
The problem is that Android merges the resources of all its dependencies into a single directory and complains about
169
169
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.
173
173
174
174
One possible workaround for these issues is to add the following to the ` android ` block in your gradle file for the
175
175
application subproject:
You can’t perform that action at this time.
0 commit comments