christophsturm
12/12/2020, 3:43 PMtestImplementation("io.kotest:kotest-framework-engine-jvm:$kotestVersion")
as dependency (and the kotest gradle plugin), i get this compiler error:
> Task :compileTestKotlin FAILED
e: Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
class io.kotest.core.spec.style.scopes.ContainerScope, unresolved supertypes: kotlinx.coroutines.CoroutineScope
class io.kotest.core.test.TestContext, unresolved supertypes: kotlinx.coroutines.CoroutineScope
sam
12/12/2020, 4:41 PMkotest-framework-api
module does not always get pulled down transitivity when using multi platform projects. I think its a bug in gradle or the kotlin mpp gradle plugin.