raulraja
12/10/2018, 1:22 PMMike
12/10/2018, 1:55 PM-all
version of Gradle Wrapper rather than the -bin
version, AND you use IntelliJ, you’ll find the assistance level almost equivalent.
Personally, I don’t see the value in the Kotlin version. Everytime I’ve experimented with it, I’ve run away. I suspect part of it because I’m comfortable with Groovy, and the Gradle DSL.
The Groovy DSL is much more resilient when it comes to versions because it’s done dynamically.
With Kotlin, the versions of Gradle and a plugin become much more important.Jorge Castillo
12/11/2018, 11:56 AM