From 651c85c0fd09c7c8c08cc3f8f024f04430c61507 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 9 Jul 2022 16:57:45 +0530 Subject: Remove workaround for Kotlin 1.7.0 CC bug (#1990) gradle: remove workaround for CC breakage with Kotlin 1.7.0 --- gradle.properties | 3 --- 1 file changed, 3 deletions(-) (limited to 'gradle.properties') 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 -- cgit v1.2.3