https://kotlinlang.org logo
#coroutines
Title
# coroutines
s

sdeleuze

04/13/2019, 7:16 AM
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

elizarov

04/13/2019, 7:47 AM
Done. Sorry for that mishap.
s

sdeleuze

04/13/2019, 8:45 AM
Thanks
3 Views