We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95cd8be commit bf6fe6dCopy full SHA for bf6fe6d
kotlinx-coroutines-debug/README.md
@@ -167,7 +167,7 @@ dependency of `kotlinx-coroutines-test`) may fail with `DuplicateRelativeFileExc
167
168
The problem is that Android merges the resources of all its dependencies into a single directory and complains about
169
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
+`kotlinx-coroutines-debug` transitively depends on JNA and JNA-platform, byte-buddy and byte-buddy-agent, all of them 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
0 commit comments