Skip to content

Commit 05f2ffd

Browse files
committed
Kotlin coroutines should be declared as an API dependency
As the API exports Flow types via delegation JAVA-5022
1 parent 019d737 commit 05f2ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-kotlin-coroutine/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
6161

6262
implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))
63-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core")
63+
api("org.jetbrains.kotlinx:kotlinx-coroutines-core")
6464
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactive")
6565

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

0 commit comments

Comments
 (0)