Remove workaround for Kotlin 1.7.0 CC bug (#1990)

gradle: remove workaround for CC breakage with Kotlin 1.7.0
This commit is contained in:
Harsh Shandilya 2022-07-09 16:57:45 +05:30 committed by GitHub
parent 84180c1650
commit 651c85c0fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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