Skip to content

Commit

Permalink
Kotlin coroutines should be declared as an API dependency
Browse files Browse the repository at this point in the history
As the API exports Flow types via delegation

JAVA-5022
  • Loading branch information
rozza committed Jun 13, 2023
1 parent 019d737 commit 05f2ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver-kotlin-coroutine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")

implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core")
api("org.jetbrains.kotlinx:kotlinx-coroutines-core")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactive")

api(project(path = ":bson", configuration = "default"))
Expand Down

0 comments on commit 05f2ffd

Please sign in to comment.