<@U0QBCLV62> there used to be a feature to get the...
# gradle
s
@bamboo there used to be a feature to get the kotlin dependencies version automatically from the applied
kotlin("jvm")
plugin. Seems it’s not working any more
Copy code
plugins {
 kotlin("jvm", "1.1.3")
}

dependencies {
    compile(kotlin("stdlib-jre8"))
    compile("io.airlift:airline:0.7")
}

runtime - Runtime dependencies for source set 'main' (deprecated, use 'runtimeOnly ' instead).
+--- org.jetbrains.kotlin:kotlin-stdlib-jre8:1.1.2-5
|    \--- org.jetbrains.kotlin:kotlin-stdlib-jre7:1.1.2-5
|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.1.2-5
|              \--- org.jetbrains:annotations:13.0
+--- io.airlift:airline:0.7
|    +--- javax.inject:javax.inject:1
|    +--- com.google.code.findbugs:annotations:2.0.3
|    \--- com.google.guava:guava:18.0
+--- org.jetbrains.kotlin:kotlin-stdlib:1.1.2-5 (*)
\--- org.jetbrains.kotlin:kotlin-reflect:1.1.2-5