LeoColman
04/08/2023, 9:44 PMDuplicate class org.intellij.lang.annotations.Language found in modules annotations-13.0 (org.jetbrains:annotations:13.0) and kotest-common-jvm-5.5 (io.kotest:kotest-common-jvm:5.5.5)Any idea what this means? I've tried multiple variations of
exclude
configurations {
androidTestImplementation.get().exclude("org.jetbrains", "annotations")
}
Adding this works, but I have no idea whyEmil Kantis
04/15/2023, 9:33 PM@Language
annotations which caused this kind of issue.. was (I believe) fixed here: https://github.com/kotest/kotest/pull/3397