This message was deleted.
# general
s
This message was deleted.
l
@Vampire Compatibility isn't an issue for me. Unfortunately the docs doesn't cover a standalone project with precompiled build scripts, it covers them only in combination with buildSrc folder. Do I have to declare the build scripts in root folder where the project build.gradle.kts relies? Thtat's my current project structure but there is no error highlighting in
my-library.gradle.kts
, it should highlight multiple lines because the code is copied from a groovy build.gradle file
It's auto importing them. Also it's all marked as unstable
@Incubating
. That's not the case for the groovy script (my-library.gradle) pendant