Improve Coroutines support consistency

This commit is contained in:
Sébastien Deleuze
2020-10-09 12:51:08 +02:00
parent c4de445822
commit cdd48ddd7f
4 changed files with 7 additions and 9 deletions

View File

@@ -16,7 +16,6 @@ dependencies {
optional("javax.json.bind:javax.json.bind-api")
optional("javax.xml.bind:jaxb-api")
optional("com.google.protobuf:protobuf-java-util")
optional("org.jetbrains.kotlinx:kotlinx-coroutines-core")
optional("org.jetbrains.kotlinx:kotlinx-coroutines-reactor")
testCompile(project(":kotlin-coroutines"))
testCompile(testFixtures(project(":spring-core")))