ok i think that is the issue i dont believe that ...
# gradle
m
ok i think that is the issue i dont believe that the
kotlin-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:
Copy code
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