Polishing
This commit is contained in:
parent
9a93615ec4
commit
b115789fd3
|
|
@ -8,12 +8,15 @@ dependencies {
|
|||
compile("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:${coroutinesVersion}")
|
||||
}
|
||||
|
||||
eclipse.project {
|
||||
buildCommand "org.jetbrains.kotlin.ui.kotlinBuilder"
|
||||
buildCommand "org.eclipse.jdt.core.javabuilder"
|
||||
natures "org.jetbrains.kotlin.core.kotlinNature"
|
||||
natures "org.eclipse.jdt.core.javanature"
|
||||
linkedResource name: "kotlin_bin", type: "2", locationUri: "org.jetbrains.kotlin.core.filesystem:/" + project.name + "/kotlin_bin"
|
||||
eclipse {
|
||||
project {
|
||||
buildCommand "org.jetbrains.kotlin.ui.kotlinBuilder"
|
||||
buildCommand "org.eclipse.jdt.core.javabuilder"
|
||||
natures "org.jetbrains.kotlin.core.kotlinNature"
|
||||
natures "org.eclipse.jdt.core.javanature"
|
||||
linkedResource name: "kotlin_bin", type: "2", locationUri: "org.jetbrains.kotlin.core.filesystem:/" + project.name + "/kotlin_bin"
|
||||
}
|
||||
classpath {
|
||||
containers "org.jetbrains.kotlin.core.KOTLIN_CONTAINER"
|
||||
}
|
||||
}
|
||||
|
||||
eclipse.classpath.containers "org.jetbrains.kotlin.core.KOTLIN_CONTAINER"
|
||||
|
|
|
|||
Loading…
Reference in New Issue