New ktlint-gradle plugin release `9.3.0`: <https:/...
# ktlint
t
New ktlint-gradle plugin release `9.3.0`: https://github.com/JLLeitschuh/ktlint-gradle/blob/v9.3.0/CHANGELOG.md#930---20200717 Most valuable - new Gradle configuration cache support
🎉 4
c
Oooh! I wonder if this will help with builds speeds at all. 😃
t
not immediately. Need to use at least Gradle 6.6 and other plugins in your project need to add such support as well. For example Kotlin will have it with 1.4 release
👍 1
c
Thanks for the resources.