I trying to set up a `buildSrc` module. It seems l...
# gradle
h
I trying to set up a
buildSrc
module. It seems like I can not put code into packages but only plain into
src/main/kotlin
? (If I use packages autocompletion in my build script works but when building gradle says it cannot find the stuff impored from my
buildSrc
)
b
Hi Hendrik, importing from
buildSrc
should work just fine
Maybe the package name is conflicting with another name already in scope?
If it continues to fail, please open an issue with a small repro
h
I will try again, thanks