Definitions and so on, only works in DCL? I mean,...
# declarative-gradle
j
Definitions and so on, only works in DCL? I mean, if I reimplement Hubdle and it is working perfectly in DCL, that DSL could be used in kts so I do not need to maintain two implementations?
p
projectTypes work in KTS too, if you enable it
org.gradle.kotlin.dsl.dcl=true
j
Nice!