this is my `buildSrc/build.gradle.kts` ```plugins...
# gradle
s
this is my
buildSrc/build.gradle.kts
Copy code
plugins {
    `kotlin-dsl`
    `java-library`
}

repositories {
    jcenter()
}
g
You don't need java-library
s
@gildor it still fails to compile
g
I didn't say that it will help, just mentioned that java-library is not needed