https://kotlinlang.org logo
#gradle
Title
# gradle
a

Ayfri

01/07/2023, 1:29 PM
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

Adam S

01/07/2023, 2:56 PM
check the scripts have the correct
package ...
at the top of the
.kts
files
v

Vampire

01/08/2023, 11:19 AM
Can you provide what you actually do? Or at least the full error message?
4 Views