You still can use buildscript+classpath way, just ...
# gradle
g
You still can use buildscript+classpath way, just use
"compile"("my-dependency")
syntax instead (kotlin-dsl generates accessors only for plugins applied with
plugins{}
block)