mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 05:17:43 +00:00
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
@ -28,9 +28,6 @@ kapt.include.compile.classpath=false
|
|||||||
kotlin.incremental.useClasspathSnapshot=true
|
kotlin.incremental.useClasspathSnapshot=true
|
||||||
kotlin.build.report.output=file
|
kotlin.build.report.output=file
|
||||||
|
|
||||||
# Disable Gradle task that breaks configuration caching
|
|
||||||
kotlin.mpp.enableKotlinToolingMetadataArtifact=false
|
|
||||||
|
|
||||||
# Use R8 instead of ProGuard for code shrinking.
|
# Use R8 instead of ProGuard for code shrinking.
|
||||||
android.enableR8.fullMode=true
|
android.enableR8.fullMode=true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user