Skip to content

Commit

Permalink
Disable configuration cache due KT-64851
Browse files Browse the repository at this point in the history
  • Loading branch information
CherryPerry committed Mar 11, 2024
1 parent 193ce9c commit b2fbac7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ kotlin.code.style=official
org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
# https://youtrack.jetbrains.com/issue/KT-64851
org.gradle.configuration-cache=false

# AndroidX package structure to make it clearer which packages are bundled with the
# Android operating system, and which are packaged with the app's APK
Expand Down

0 comments on commit b2fbac7

Please sign in to comment.