Something less verbose than this: ``` buildscript ...
# gradle
j
Something less verbose than this:
Copy code
buildscript {
    dependencies {
        classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.1")
    }
}
apply {
    plugin("kotlin")
}