how do I add kotlinx.coroutines to dependencies?
# amper
j
how do I add kotlinx.coroutines to dependencies?
b
i did it with:
Copy code
dependencies:
  - org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4
not sure if there is a built in shortcut like there is for compose
j
Yeah, same I hope at some point we’ll get it for all kotlinx and maybe ktor 🙂
a
There’s no short form for now, sorry. It should come together with proper support for version catalogs, stay tuned.