> 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?
Pitel
07/12/2021, 7:05 AM
I'm pretty sure I have coroutines core as my dependency.
Pitel
07/12/2021, 7:06 AM
It starts happening with 5.0.0 snapshots. Like, build 4.7.0.258 is ok, 5.0.0.259 fails.
Pitel
07/12/2021, 7:22 AM
Why the hell is it even looking at
.local/share/kotlin/daemon
? Of course it's not there! 🙀
Pitel
07/12/2021, 7:23 AM
compileTestkotlinJvm
works.
Pitel
07/12/2021, 8:14 AM
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.