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:
parent
84180c1650
commit
651c85c0fd
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue