so does `kotlinScriptDef` replace `META-INF/kotlin...
# scripting
n
so does
kotlinScriptDef
replace
META-INF/kotlin/script/templates/...
? when using gradle ofc and when i use this, do i change how i set up my folders in idea? currently i mark them as sources root so idea does highlighting
g
I can't speak for whether
kotlinScriptDef
is supposed to replace script template discovery, but my build can still compile scripts using template discovery instead of the
kotlinScriptDef
configuration in 1.3.41.
i
No, it doesn’t. It is an additional filter, I hesitate to turn discovry ery on the whole compilation classpath in gradle, so we ask script definition users to specify discovery classpath separately.