Kotlin 1.2.20+ enables Gradle build cache support for Kotlin projects, allowing compiled classes and other task outputs to be reused across builds and machines. The post walks through enabling the build cache via command-line flag or gradle.properties, demonstrates a ~5x speedup using the Spek project as an example, covers

4m read timeFrom blog.gradle.org
Post cover image
Table of contents
Table of ContentsIntroductionQuick demo with Spek #Enabling the build cache for your projects #Enabling build caching in IntelliJ #Caching kapt tasks #Further reading #Conclusion #Discuss

Sort: