Czar
11/12/2017, 8:49 PMbamboo
11/13/2017, 12:54 PMkotlin-dsl plugin: https://github.com/AlexCzar/bad-gradle-import/blob/master/build.gradle.kts#L20bamboo
11/13/2017, 12:54 PMkotlin-dsl does add Gradle API jars to the classpath because it is meant for Gradle plugin projects (such as buildSrc, for example)bamboo
11/13/2017, 12:55 PMbamboo
11/13/2017, 12:56 PMCzar
11/13/2017, 12:57 PMplugins {} block?bamboo
11/13/2017, 12:59 PMkotlin-dsl, removing it should restore the behaviour of not adding Gradle API jars to the classpathbamboo
11/13/2017, 1:00 PMbamboo
11/13/2017, 1:00 PMkotlin("jvm") version "1.1.51" plugin, which is the latest stable Kotlin language pluginbamboo
11/13/2017, 1:00 PMkotlin-dsl as I explained is for Gradle plugin projectsCzar
11/13/2017, 1:02 PMbamboo
11/13/2017, 1:03 PM