Use Kotlin BOM

Close gh-23316
This commit is contained in:
Sebastien Deleuze
2019-07-19 10:20:35 +02:00
parent 8db73c80e2
commit 095fd5bcb3
11 changed files with 26 additions and 25 deletions

View File

@@ -1,8 +1,8 @@
description = "Spring Core Coroutines support"
dependencies {
compile("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
compile("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
compile("org.jetbrains.kotlin:kotlin-reflect")
compile("org.jetbrains.kotlin:kotlin-stdlib")
compile("io.projectreactor:reactor-core")
compile("org.jetbrains.kotlinx:kotlinx-coroutines-core:${coroutinesVersion}")
compile("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:${coroutinesVersion}")