ribesg
02/17/2023, 2:39 PMExecution failed for task ':compileTestKotlin'.
> Could not resolve all files for configuration ':testCompileClasspath'.
> Could not resolve org.jetbrains.kotlin:kotlin-test-junit5:1.8.10.
Required by:
project :
> Module 'org.jetbrains.kotlin:kotlin-test-junit5' has been rejected:
Cannot select module with conflict on capability 'org.jetbrains.kotlin:kotlin-test-framework-impl:1.8.10' also provided by [org.jetbrains.kotlin:kotlin-test-junit:1.7.21(junitApi)]
> Could not resolve org.jetbrains.kotlin:kotlin-test-junit:1.7.21.
Required by:
project : > io.insert-koin:koin-test:3.3.3 > io.insert-koin:koin-test-jvm:3.3.3
> Module 'org.jetbrains.kotlin:kotlin-test-junit' has been rejected:
Cannot select module with conflict on capability 'org.jetbrains.kotlin:kotlin-test-framework-impl:1.7.21' also provided by [org.jetbrains.kotlin:kotlin-test-junit5:1.8.10(junit5Api)]
koin-test-junit5
pulling kotlin-test-junit
koin-test-junit5
somehow has one.testImplementation(libs.bundles.test) {
exclude("junit", "junit")
exclude("org.jetbrains.kotlin", "kotlin-test-junit")
}
arnaud.giuliani
02/20/2023, 2:35 PM