Is it safe to start using Gradle 5 release candidates on new projects with kotlin dsl? I mean how many large breaking changes are there compared to 4.X? Will most of the plugins that worked with 4 "just work" with 5. I don`t have much exp with Gradle (did not like groovy build scripts) but want to try kotlin in there
g
gildor
11/02/2018, 6:34 AM
I would use 4.x for now
There are cool changes for Kotlin DSL, but some plugins can be not compatible (for example Android Gradle Plugin 3.3 is not compatible
s
Saša Šijak
11/02/2018, 12:31 PM
It would be a ktor backend api project, not android
g
gildor
11/02/2018, 12:33 PM
It’s just an example
gildor
11/02/2018, 12:34 PM
because Gradle 5 removed some deprecated APIs
gildor
11/02/2018, 12:34 PM
anyway, if you ready to wait plugin fixes and use pre-release software, than 5.0 is good option if you use kotlin dsl, because provides much better Kotlin DSL support