> Duplicate class org.intellij.lang.annotations...
# kotest-contributors
l
Duplicate class org.intellij.lang.annotations.Language found in modules annotations-13.0 (org.jetbrainsannotations13.0) and kotest-common-jvm-5.5 (io.kotestkotest common jvm5.5.5)
Any idea what this means? I've tried multiple variations of
exclude
Copy code
configurations {
  androidTestImplementation.get().exclude("org.jetbrains", "annotations")
}
Adding this works, but I have no idea why
e
In 5.5.5 we included an attempt to inject
@Language
annotations which caused this kind of issue.. was (I believe) fixed here: https://github.com/kotest/kotest/pull/3397