On upgrading a multi-platform (JVM, JS with IR) project to Kotlin 1.7.10 and coroutines 1.6.4, I now get this error at build time:
Copy code
> Task :shared:kspKotlinFrontend FAILED
e: Could not find "org.jetbrains.kotlin:kotlinx-atomicfu-runtime" in [/home/raman/.local/share/kotlin/daemon]
e: java.lang.IllegalStateException: FATAL ERROR: Could not find "org.jetbrains.kotlin:kotlinx-atomicfu-runtime" in [/home/raman/.local/share/kotlin/daemon]
at org.jetbrains.kotlin.ir.backend.js.KlibKt$toResolverLogger$1.fatal(klib.kt:106)