DEV Community

Discussion on: Gradle plugins and extensions: A primer for the bemused

Collapse
 
2bab profile image
El • Edited

I wondered why the IDE could not support a constantly stable code hints / completion as well on Groovy DSL. that pushed me to change to Kotlin DSL without hesitate though the build time is actually longer. ¯_(ツ)_/¯

Btw, rather than Action<T> blocks, do those methodMissing(...) features cause difficulty on IDE support? (For example like below:

github.com/gradle/gradle/blob/5ec3...
github.com/gradle/gradle/blob/5ec3...