Figured it out: a plugin was doing some config bas...
# gradle
r
Figured it out: a plugin was doing some config based on CI=true (turning off snapshot caching) but in the after evaluation block, which seems to conflict with kotlinScriptDef -- moving the setting to outside the after eval block fixed it.
t
afterEvaluation is kinda of deprecated in gradle
open an issue about it in plugin repo