I'm trying to keep up with subsequent <6.0.0.Mx> r...
# kotest
p
I'm trying to keep up with subsequent 6.0.0.Mx releases of kotest, and I'm a bit lost if some Maven artifacts are missing by mistake or by design. Are there any docs that enumerate breaking changes wrt. 5.x, and show how to migrate?
right now I'm getting
Could not find io.kotest:kotest-framework-multiplatform-plugin-gradle:6.0.0.M9
- is this plugin deprecated? I tried running without it, but got
KLIB resolver: Could not find "/Users/piotr/.gradle/caches/modules-2/files-2.1/io.kotest/kotest-framework-engine-linuxarm64/6.0.0.M9/720aecd99ccb9dbde11b31804e1f5a1747c0965/kotest-framework-engine-linuxArm64Main-6.0.0.M9.klib" in [/Users/piotr/repos/snakeyaml-engine-kmp, /Users/piotr/.konan/kotlin-native-prebuilt-macos-aarch64-2.1.21/klib/common, /Users/piotr/.konan/kotlin-native-prebuilt-macos-aarch64-2.1.21/klib/platform/linux_arm64]
b
Zhat one's gone. it's now just io.kotest. there is a WIP release notes doc that is already applicable to M5 onwards. The official docs are also updated already for M5+ (just switch to 6.0 in the upper right corner). Also here's my most recent attempt on a minimum Kotest KMP MWE
👀 1
c
I'm getting
Copy code
FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':shared:wasmJsKotest'.
> Task with path ':wasmJsTest' not found in project ':shared'.
in your example 🤔
b
Then I guess, the attempt has jet to be successful or this umbrella task is simply not a thing with Kotest 😉
c
I just called
build
though
s
can you run it with --stacktrace and paste up the stack
we're still just cleaning up some teething issues with the new gradle plugin
c
The entire stacktrace is in
org.gradle
, I'm not sure it will be useful
I manually disabled the Android target because my device isn't set up for it, so don't worry if you don't see it
s
Ok