With `org.gradle.kotlin.dsl.dcl=true` it is possib...
# declarative-gradle
p
With
org.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.
p
This will stay as it is for
.gradle.kts
precompiled script plugins. But we could eventually support
.gradle.dcl
in plugins, not planned yet though.