Skip to content

Commit

Permalink
Turn off config caching as we're using Kotlin 1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbanes committed Oct 28, 2023
1 parent 21d5658 commit 07b6f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ org.gradle.parallel=true
org.gradle.jvmargs=-Xmx5g -Dfile.encoding=UTF-8

# https://docs.gradle.org/7.6/userguide/configuration_cache.html
org.gradle.configuration-cache=true
org.gradle.configuration-cache=false

# AndroidX
android.useAndroidX=true
Expand Down

0 comments on commit 07b6f8c

Please sign in to comment.