as with this `build.gradle.kts` ```plugins { `...
# gradle
s
as with this
build.gradle.kts
Copy code
plugins {
    `kotlin-dsl`
    `java-library`
}

repositories {
    jcenter()
}
this is the contents of my
buildSrc/build
which successfully builds my plugin