I’m attempting to use `blockOtherCompilerPlugins` ...
# ksp
z
I’m attempting to use
blockOtherCompilerPlugins
but I’m not sure I quite understand its intended use. I’m trying to disable Anvil from running during KSP’s tasks, but when I set this property to true I get an obscure NoSuchElementException coming from this line: https://github.com/google/ksp/pull/270/files#diff-a345032d6c965be6e81478437767cb750c83bd0a952014661e86d454ea5a342bR223 Is this the right way to use this?
t
Yes, you use it correctly. Unfortunately this is a regression. I'll fix it before next release.