Is it safe to start using Gradle 5 release candida...
# gradle
s
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
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
It would be a ktor backend api project, not android
g
It’s just an example
because Gradle 5 removed some deprecated APIs
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
s
thnx