mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-05 15:45:42 +02: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.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