Is the Kotlin DSL for gradle “up to snuff” compared to the Groovy one?
g
gildor
04/21/2019, 4:53 AM
Depends on what is "snuff" for you 😄
It's officially released, most of pain points are fixed, but sometimes it's not so smooth, especially in tooling, but I enjoy to use it comparing to Groovy, I finally understand what I'm doing and no "write, run and pray" feeling.
gildor
04/21/2019, 4:54 AM
Some plugins are too dynamic and require additional boilerplate to use them, but for most of plugins it's fine
n
Nezteb
04/21/2019, 5:07 AM
Awesome; I have a relatively simple project so I think it’ll work out fine