aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-07-09 16:57:45 +0530
committerGitHub <noreply@github.com>2022-07-09 11:27:45 +0000
commit651c85c0fd09c7c8c08cc3f8f024f04430c61507 (patch)
tree850898a19b799a35f478ee6b20da63e80f3212cc /gradle.properties
parent84180c1650fadc48e3cda8aaf704a4f797c497f8 (diff)
Remove workaround for Kotlin 1.7.0 CC bug (#1990)
gradle: remove workaround for CC breakage with Kotlin 1.7.0
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties3
1 files changed, 0 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties
index b8cf46bf..c592e29b 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -28,9 +28,6 @@ kapt.include.compile.classpath=false
kotlin.incremental.useClasspathSnapshot=true
kotlin.build.report.output=file
-# Disable Gradle task that breaks configuration caching
-kotlin.mpp.enableKotlinToolingMetadataArtifact=false
-
# Use R8 instead of ProGuard for code shrinking.
android.enableR8.fullMode=true