cloud-kotlin-coroutines (#318)
* Builder coroutine support * Move coroutines to version catalog * Add kdocs * Add note about simple coordinator * Update changelog
This commit is contained in:
parent
6011bd1d63
commit
3f0ef5715c
10 changed files with 298 additions and 3 deletions
|
|
@ -6,6 +6,5 @@ dependencies {
|
|||
api(project(":cloud-core"))
|
||||
api(project(":cloud-annotations"))
|
||||
api(kotlin("reflect"))
|
||||
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2")
|
||||
api("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.5.2")
|
||||
api(libs.bundles.coroutines)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue