Here’s a codesample anyway: <https://github.com/yo...
# javascript
y
t
No
build.gradle.kts
in root?
y
I didn’t have any configuration I needed for all projects - the project seem to run and build “correctly” anyway (same behavior as another project that I have that does hav a root build.gradle file)
I’m not a gradle expert so it took me a few to figure this out, but I added
_project_._buildDir_ = File("build")
to my subproject’s build.gradle and it seemed to fix the issue
idk what’s going on but apparently I removed the build dir line, and everything seems to work fine ¯\_(ツ)_/¯
👍 1