Philip W
03/13/2025, 11:10 AMorg.gradle.kotlin.dsl.dcl=true it is possible to use the custom parser for software types in kts build files. Will it also be possible to enable the custom parser for software types in precompiled kts plugins in buildSrc? Use case: I don’t want to pollute my settings.dcl with many default values but write precompiled settings plugins and not using KotlinCompile would make this use-case faster.Paul Merlin
03/14/2025, 9:51 AM.gradle.kts precompiled script plugins. But we could eventually support .gradle.dcl in plugins, not planned yet though.