Anyone here using Kotlin DSL over Groovy here?
Has build performance of Kotlin DSL improved?
l
lam bui
05/20/2022, 2:41 AM
yup.
c
Chris Lee
05/20/2022, 2:45 AM
yes. only use Kotlin DSL now.
g
gildor
05/20/2022, 6:29 AM
I do.
Has build performance of Kotlin DSL improved?
No, it’s actually opposite, it’s slower on build script changes, usual build performance is mostly the same (so when all build scripts are compiled)
So in general Kotlin DSL is not about build speed, it’s about maintanance and development speed
See more details here:
https://github.com/gradle/gradle/issues/15886