skip
skip copied to clipboard
Enable Gradle's configuration cache
Skip 1.6.8 is now compatible with Gradle's configuration cache.
I just created a new Skip Lite project with skip init in Skip 1.6.8, then edited Android/gradle.properties by hand, adding this line:
org.gradle.configuration-cache=true
The build succeeded, and the build was noticeably faster. This should be enabled for everyone!