mkobit
11/15/2017, 10:10 PMkotlin-dsl
can generate those things for buildscript
plugins, so that is why you dont see it. this might be documented in the kotlin-dsl
but im not sure
could you try changing it to:
plugins {
kotlin("jvm") version "1.1.60"
}
if that change works, a good improvement request for intellij would be to generate a build script using the plugins
block