blob: f5b27d222c3922a903bf32410c02fe17b38afb0e [file] [log] [blame]
plugins {
id 'io.spring.dependency-management' version '1.0.3.RELEASE'
}
dependencyManagement {
imports {
mavenBom 'io.projectreactor:reactor-bom:Bismuth-RELEASE'
}
}
dependencies {
compile 'io.projectreactor:reactor-core'
compile project(':kotlinx-coroutines-reactive')
}
tasks.withType(dokka.getClass()) {
externalDocumentationLink {
url = new URL('https://projectreactor.io/docs/core/release/api/')
}
}