Fergus Hewson
10/24/2024, 5:35 PMval commonTest by getting {
dependencies {
implementation("io.kotest:kotest-framework-engine:6.0.0.M1")
}
}
And applied the gradle plugin in shared
plugins {
id("io.kotest.multiplatform") version "5.0.2"
}
solonovamax
10/25/2024, 2:56 AM6.0.0.M1
of the kotest plugin?Fergus Hewson
10/25/2024, 2:57 AM