Does Kotlin DSL supports everything that groovy su...
# gradle
d
Does Kotlin DSL supports everything that groovy supports, so I can ditch groovy scripts altogether?
p
it should, but good luck finding the equivalences
t
also having similar problem, there is guide to convert groovy gradle to kotlin gradle, but it is still an effort as most article around are groovy-based
d
equivalences for what? plugins?
b
yeah, documentation atm is terrible
2
but this affects the whole gradle docs
d
if I have a plugin written in groovy for groovy based gradle script, can I still use it in kotlin based scripts?
c
Yes, the only thing you should be careful in your groovy plugin is not to expose Groovy Closure and use Gradle Action instead ( so it's language agnostic )
🙏 1
👌 1
👍 1