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#L20kotlin-dsl
does add Gradle API jars to the classpath because it is meant for Gradle plugin projects (such as buildSrc
, for example)Czar
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 classpathkotlin("jvm") version "1.1.51"
plugin, which is the latest stable Kotlin language pluginkotlin-dsl
as I explained is for Gradle plugin projectsCzar
11/13/2017, 1:02 PMbamboo
11/13/2017, 1:03 PM