fix(gradle): remove obsolete CC workaround

This commit is contained in:
Harsh Shandilya 2023-01-13 11:11:33 +05:30
parent 2b7cf7d3cb
commit 43edeaff04
No known key found for this signature in database

View file

@ -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