diff --git a/gradle.properties b/gradle.properties index 49c1f23a..315f5103 100644 --- a/gradle.properties +++ b/gradle.properties @@ -31,9 +31,6 @@ android.injected.testOnly=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=false