Javier
07/22/2023, 1:22 AM* What went wrong:
Could not determine the dependencies of task ':kotlin-test-junit5:jvmTest'.
> Could not resolve all task dependencies for configuration ':kotlin-test-junit5:jvmTestRuntimeClasspath'.
> Could not resolve org.jetbrains.kotlin:kotlin-test-junit:{strictly 1.9.0}.
Required by:
project :kotlin-test-junit5
> 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.9.0' also provided by [org.jetbrains.kotlin:kotlin-test-junit5:1.9.0(junit5Runtime)]
> Could not resolve org.jetbrains.kotlin:kotlin-test-junit5:{strictly 1.9.0}.
Required by:
project :kotlin-test-junit5
> 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.9.0' also provided by [org.jetbrains.kotlin:kotlin-test-junit:1.9.0(junitRuntime)]
> Could not resolve org.jetbrains.kotlin:kotlin-test-junit:1.9.0.
Required by:
project :kotlin-test-junit5 > org.jetbrains.kotlin:kotlin-test:1.9.0
> 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.9.0' also provided by [org.jetbrains.kotlin:kotlin-test-junit5:1.9.0(junit5Runtime)]
Javier
07/22/2023, 1:48 AMVampire
07/22/2023, 7:45 AMorg.jetbrains.kotlin:kotlin-test-junit
and org.jetbrains.kotlin:kotlin-test-junit5
, while they are mutually exclusive.Javier
07/22/2023, 10:54 AMVampire
07/22/2023, 12:21 PM--scan
Javier
07/22/2023, 12:23 PMefemoney
07/26/2023, 11:19 PM