```> Task :compileTestKotlinJs FAILED e: Could ...
# kotest
p
Copy code
> Task :compileTestKotlinJs FAILED
e: Could not find "org.jetbrains.kotlinx:kotlinx-coroutines-core" in [/home/pitel/.local/share/kotlin/daemon]
e: Failed to resolve Kotlin library: org.jetbrains.kotlinx:kotlinx-coroutines-core
Any idea why this fails with 5.0.0 snapshot?
I'm pretty sure I have coroutines core as my dependency.
It starts happening with 5.0.0 snapshots. Like, build 4.7.0.258 is ok, 5.0.0.259 fails.
Why the hell is it even looking at
.local/share/kotlin/daemon
? Of course it's not there! 🙀
compileTestkotlinJvm
works.
Ok, forcing kotlin multiplatofrm to 1.5.20 fixes the problem. I have another plugin, which handles the MPP, and it was still on 1.5.10.