We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019d737 commit 05f2ffdCopy full SHA for 05f2ffd
driver-kotlin-coroutine/build.gradle.kts
@@ -60,7 +60,7 @@ dependencies {
60
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
61
62
implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))
63
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core")
+ api("org.jetbrains.kotlinx:kotlinx-coroutines-core")
64
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactive")
65
66
api(project(path = ":bson", configuration = "default"))
0 commit comments