I am doing some tests for a gradle plugin. I have ...
# intellij
p
I am doing some tests for a gradle plugin. I have a bunch of
kts
files that are used for testing. However, the IDE is picking them up as if they were part of the build and therefore they don't compile and give a bunch of errors. Is it possible to stop IntelliJ from compiling the given script? I imagine this also happens if a module is not part of the build script graph but has compilation errors.
l
I'd report the behavior on kotl.in/issue
👍 1