Hi, I have a weird error with `buildSrc`, I have s...
# gradle
a
Hi, I have a weird error with
buildSrc
, I have some script definitions inside, and I have a
pixi
module that uses some of the definitions. I can build the root module correctly, but when I try build the
:pixi
module, it says that the scripts are not found.
a
check the scripts have the correct
package ...
at the top of the
.kts
files
v
Can you provide what you actually do? Or at least the full error message?