When upgrading to Coroutines 1.2.0, I got this err...
# coroutines
s
When upgrading to Coroutines 1.2.0, I got this error:
Copy code
Could not resolve all files for configuration ':kofu-coroutines-mongodb:compileClasspath'.
   > Could not find org.jetbrains.kotlinx:atomicfu:0.12.3.
     Required by:
         project :kofu-coroutines-mongodb > org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.0
   > Could not find org.jetbrains.kotlinx:atomicfu-common:0.12.3.
     Required by:
         project :kofu-coroutines-mongodb > org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.0
It seems indeed missing from Maven Central https://search.maven.org/search?q=a:atomicfu Could you publish it ?
e
Done. Sorry for that mishap.
s
Thanks